Merge pull request #73007 from xedin/promote-dynamic-actor-isolation-to-upcoming-feature

[SE-0423] Promote `DynamicActorIsolation` to an upcoming feature and add a way to disable checks
This commit is contained in:
Pavel Yaskevich
2024-04-16 11:46:41 -07:00
committed by GitHub
20 changed files with 417 additions and 82 deletions

View File

@@ -1535,6 +1535,9 @@ static bool ParseLangArgs(LangOptions &Opts, ArgList &Args,
}
}
Opts.DisableDynamicActorIsolation |=
Args.hasArg(OPT_disable_dynamic_actor_isolation);
#if SWIFT_ENABLE_EXPERIMENTAL_PARSER_VALIDATION
/// Enable round trip parsing via the new swift parser unless it is disabled
/// explicitly. The new Swift parser can have mismatches with C++ parser -