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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -361,8 +361,8 @@ extension Option {
361
361
publicstaticletexternalPassPipelineFilename:Option=Option("-external-pass-pipeline-filename",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<pass_pipeline_file>", helpText:"Use the pass pipeline defined by <pass_pipeline_file>")
publicstaticletfileCompilationDir:Option=Option("-file-compilation-dir",.separate, attributes:[.frontend], metaVar:"<path>", helpText:"The compilation directory to embed in the debug info. Coverage mapping is not supported yet.")
364
-
publicstaticletfilelist:Option=Option("-filelist",.separate, attributes:[.frontend,.noDriver], helpText:"Specify source inputs in a file rather than on the command line")
365
364
publicstaticletfilePrefixMap:Option=Option("-file-prefix-map",.separate, attributes:[.frontend], metaVar:"<prefix=replacement>", helpText:"Remap source paths in debug, coverage, and index info")
365
+
publicstaticletfilelist:Option=Option("-filelist",.separate, attributes:[.frontend,.noDriver], helpText:"Specify source inputs in a file rather than on the command line")
366
366
publicstaticletfindUsr:Option=Option("-find-usr",.flag, attributes:[.noDriver], helpText:"Find USR for decls by given condition")
367
367
publicstaticletfindUsr_:Option=Option("--find-usr",.flag, alias:Option.findUsr, attributes:[.noDriver], helpText:"Find USR for decls by given condition")
368
368
publicstaticletfixitAll:Option=Option("-fixit-all",.flag, attributes:[.frontend,.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Apply all fixits from diagnostics without any filtering")
0 commit comments