We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27026c8 commit 1a20fe1Copy full SHA for 1a20fe1
include/swift/Option/Options.td
@@ -872,9 +872,8 @@ def save_optimization_record_passes :
872
"the generated optimization record "
873
"(by default, include all passes)">, MetaVarName<"<regex>">;
874
875
-def no_allocations : Separate<["-"], "no-allocations">,
+def no_allocations : Flag<["-"], "no-allocations">,
876
Flags<[FrontendOption, HelpHidden]>,
877
- MetaVarName<"<n>">,
878
HelpText<"Diagnose any code that needs to heap allocate (classes, closures, etc.)">;
879
880
// Platform options.
0 commit comments