mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixed a formatting issue in FrontendOptions.td.
Swift SVN r11162
This commit is contained in:
@@ -17,8 +17,7 @@
|
||||
let Flags = [FrontendOption, NoDriverOption] in {
|
||||
|
||||
def debug_constraints : Flag<["-"], "debug-constraints">,
|
||||
Flags<[HelpHidden]>,
|
||||
HelpText<"Debug the constraint-based type checker">;
|
||||
Flags<[HelpHidden]>, HelpText<"Debug the constraint-based type checker">;
|
||||
|
||||
def emit_verbose_sil : Flag<["-"], "emit-verbose-sil">,
|
||||
Flags<[HelpHidden]>, HelpText<"Emit locations during SIL emission">;
|
||||
|
||||
Reference in New Issue
Block a user