@@ -161,12 +161,12 @@ def verify_generic_signatures : Separate<["-"], "verify-generic-signatures">,
161
161
162
162
def show_diagnostics_after_fatal : Flag<["-"], "show-diagnostics-after-fatal">,
163
163
HelpText<"Keep emitting subsequent diagnostics after a fatal error">;
164
-
164
+
165
165
def enable_cross_import_overlays : Flag<["-"], "enable-cross-import-overlays">,
166
166
HelpText<"Automatically import declared cross-import overlays.">;
167
167
def disable_cross_import_overlays : Flag<["-"], "disable-cross-import-overlays">,
168
168
HelpText<"Do not automatically import declared cross-import overlays.">;
169
-
169
+
170
170
def enable_testable_attr_requires_testable_module :
171
171
Flag<["-"], "enable-testable-attr-requires-testable-module">,
172
172
HelpText<"Enable checking of @testable">;
@@ -186,7 +186,7 @@ def enable_target_os_checking :
186
186
def disable_target_os_checking :
187
187
Flag<["-"], "disable-target-os-checking">,
188
188
HelpText<"Disable checking the target OS of serialized modules">;
189
-
189
+
190
190
def crosscheck_unqualified_lookup : Flag<["-"], "crosscheck-unqualified-lookup">,
191
191
HelpText<"Compare legacy DeclContext- to ASTScope-based unqualified name lookup (for debugging)">;
192
192
@@ -378,9 +378,9 @@ def public_autolink_library :
378
378
// HIDDEN FLAGS
379
379
let Flags = [FrontendOption, NoDriverOption, HelpHidden] in {
380
380
381
- def enable_experimental_swift_based_closure_specialization :
381
+ def enable_experimental_swift_based_closure_specialization :
382
382
Flag<["-"], "experimental-swift-based-closure-specialization">,
383
- HelpText<"Use the experimental Swift based closure-specialization optimization pass instead of the existing C++ one">;
383
+ HelpText<"Use the experimental Swift based closure-specialization optimization pass instead of the existing C++ one">;
384
384
385
385
def checked_async_objc_bridging : Joined<["-"], "checked-async-objc-bridging=">,
386
386
HelpText<"Control whether checked continuations are used when bridging "
@@ -900,7 +900,7 @@ def disable_concrete_type_metadata_mangled_name_accessors : Flag<["-"], "disable
900
900
def disable_standard_substitutions_in_reflection_mangling : Flag<["-"], "disable-standard-substitutions-in-reflection-mangling">,
901
901
HelpText<"Disable referencing stdlib symbols via mangled names in reflection mangling">,
902
902
Flags<[FrontendOption, HelpHidden]>;
903
-
903
+
904
904
def playground : Flag<["-"], "playground">,
905
905
HelpText<"Apply the playground semantics and transformation">;
906
906
@@ -940,13 +940,13 @@ def sil_unroll_threshold : Separate<["-"], "sil-unroll-threshold">,
940
940
941
941
def sil_verify_all : Flag<["-"], "sil-verify-all">,
942
942
HelpText<"Verify SIL after each transform">;
943
-
943
+
944
944
def sil_verify_none : Flag<["-"], "sil-verify-none">,
945
945
HelpText<"Completely disable SIL verification">;
946
946
947
947
def sil_ownership_verify_all : Flag<["-"], "sil-ownership-verify-all">,
948
948
HelpText<"Verify ownership after each transform">;
949
-
949
+
950
950
def verify_all_substitution_maps : Flag<["-"], "verify-all-substitution-maps">,
951
951
HelpText<"Verify all SubstitutionMaps on construction">;
952
952
@@ -1165,7 +1165,7 @@ def disable_interface_lockfile : Flag<["-"], "disable-interface-lock">,
1165
1165
def bridging_header_directory_for_print: Separate<["-"], "bridging-header-directory-for-print">, MetaVarName<"<path>">,
1166
1166
HelpText<"Directory for bridging header to be printed in compatibility header">;
1167
1167
1168
- def entry_point_function_name: Separate<["-"], "entry-point-function-name">, MetaVarName<"<string>">,
1168
+ def entry_point_function_name: Separate<["-"], "entry-point-function-name">, MetaVarName<"<string>">,
1169
1169
HelpText<"Name of the entry point function">;
1170
1170
1171
1171
def target_sdk_version : Separate<["-"], "target-sdk-version">,
0 commit comments