mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #27479 from varungandhi-apple/vg-track-clang-function-types
Track Clang function types in the AST
This commit is contained in:
@@ -349,6 +349,7 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
|
||||
Opts.StressASTScopeLookup |= Args.hasArg(OPT_stress_astscope_lookup);
|
||||
Opts.WarnIfASTScopeLookup |= Args.hasArg(OPT_warn_if_astscope_lookup);
|
||||
Opts.LazyASTScopes |= Args.hasArg(OPT_lazy_astscopes);
|
||||
Opts.UseClangFunctionTypes |= Args.hasArg(OPT_use_clang_function_types);
|
||||
|
||||
Opts.NamedLazyMemberLoading &= !Args.hasArg(OPT_disable_named_lazy_member_loading);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user