You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,6 @@ extension Option {
293
293
publicstaticletemitSupportedFeatures:Option=Option("-emit-supported-features",.flag, attributes:[.frontend,.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Emit a JSON file including all supported compiler features", group:.modes)
294
294
publicstaticletemitSymbolGraphDir:Option=Option("-emit-symbol-graph-dir",.separate, attributes:[.helpHidden,.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput], metaVar:"<dir>", helpText:"Emit a symbol graph to directory <dir>")
295
295
publicstaticletemitSymbolGraph:Option=Option("-emit-symbol-graph",.flag, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], helpText:"Emit a symbol graph")
296
-
publicstaticletemitSyntax:Option=Option("-emit-syntax",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Parse input file(s) and emit the Syntax tree(s) as JSON", group:.modes)
publicstaticletemitTbdPath:Option=Option("-emit-tbd-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput], metaVar:"<path>", helpText:"Emit the TBD file to <path>")
299
298
publicstaticletemitTbd:Option=Option("-emit-tbd",.flag, attributes:[.frontend,.noInteractive,.supplementaryOutput], helpText:"Emit a TBD file")
@@ -693,7 +692,6 @@ extension Option {
693
692
publicstaticletverifyGenericSignatures:Option=Option("-verify-generic-signatures",.separate, attributes:[.frontend,.noDriver], metaVar:"<module-name>", helpText:"Verify the generic signatures in the given module")
694
693
publicstaticletverifyIgnoreUnknown:Option=Option("-verify-ignore-unknown",.flag, attributes:[.frontend,.noDriver], helpText:"Allow diagnostics for '<unknown>' location in verify mode")
695
694
publicstaticletverifyIncrementalDependencies:Option=Option("-verify-incremental-dependencies",.flag, attributes:[.helpHidden,.frontend], helpText:"Enable the dependency verifier for each frontend job")
696
-
publicstaticletverifySyntaxTree:Option=Option("-verify-syntax-tree",.flag, attributes:[.frontend,.noDriver], helpText:"Verify that no unknown nodes exist in the libSyntax tree")
697
695
publicstaticletverifyTypeLayout:Option=Option("-verify-type-layout",.joinedOrSeparate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<type>", helpText:"Verify compile-time and runtime type layout information for type")
698
696
publicstaticletverify:Option=Option("-verify",.flag, attributes:[.frontend,.noDriver], helpText:"Verify diagnostics against expected-{error|warning|note} annotations")
699
697
publicstaticletversion:Option=Option("-version",.flag, attributes:[.frontend], helpText:"Print version information and exit")
0 commit comments