mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #39395 from rintaro/sourcekit-completion-inits
[CodeCompletion] Remove two completion options from LangOptions
This commit is contained in:
@@ -506,12 +506,6 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
}
|
||||
}
|
||||
|
||||
Opts.CodeCompleteInitsInPostfixExpr |=
|
||||
Args.hasArg(OPT_code_complete_inits_in_postfix_expr);
|
||||
|
||||
Opts.CodeCompleteCallPatternHeuristics |=
|
||||
Args.hasArg(OPT_code_complete_call_pattern_heuristics);
|
||||
|
||||
if (auto A = Args.getLastArg(OPT_enable_target_os_checking,
|
||||
OPT_disable_target_os_checking)) {
|
||||
Opts.EnableTargetOSChecking
|
||||
|
||||
Reference in New Issue
Block a user