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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ extension Option {
86
86
publicstaticletclangIncludeTreeFilelist:Option=Option("-clang-include-tree-filelist",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<cas-id>", helpText:"Clang Include Tree FileList CASID")
87
87
publicstaticletclangIncludeTreeRoot:Option=Option("-clang-include-tree-root",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<cas-id>", helpText:"Clang Include Tree CASID")
88
88
publicstaticletclangScannerModuleCachePath:Option=Option("-clang-scanner-module-cache-path",.separate, attributes:[.frontend,.doesNotAffectIncrementalBuild,.argumentIsPath], helpText:"Specifies the Clang dependency scanner module cache path")
89
+
publicstaticletclangTargetVariant:Option=Option("-clang-target-variant",.separate, attributes:[.frontend,.synthesizeInterface], helpText:"Separately set the target we should use for internal Clang instance for the 'zippered' code for macCatalyst")
89
90
publicstaticletclangTarget:Option=Option("-clang-target",.separate, attributes:[.frontend,.synthesizeInterface], helpText:"Separately set the target we should use for internal Clang instance")
90
91
publicstaticletcodeCompleteCallPatternHeuristics:Option=Option("-code-complete-call-pattern-heuristics",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Use heuristics to guess whether we want call pattern completions")
91
92
publicstaticletcodeCompleteInitsInPostfixExpr:Option=Option("-code-complete-inits-in-postfix-expr",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Include initializers when completing a postfix expression")
0 commit comments