Merge remote-tracking branch 'origin/main' into next

This commit is contained in:
swift_jenkins
2021-12-10 09:01:16 -08:00
51 changed files with 1035 additions and 24 deletions

View File

@@ -310,6 +310,10 @@ namespace swift {
/// `func f() -> <T> T`.
bool EnableExperimentalNamedOpaqueTypes = false;
/// Enable support for explicit existential types via the \c any
/// keyword.
bool EnableExplicitExistentialTypes = false;
/// Enable experimental flow-sensitive concurrent captures.
bool EnableExperimentalFlowSensitiveConcurrentCaptures = false;