Basic Sema support for covariant collection casting.

This commit is contained in:
John McCall
2016-07-13 19:11:48 -07:00
parent 1bb2b7eb4d
commit 4b6a57292f
7 changed files with 136 additions and 0 deletions

View File

@@ -143,6 +143,9 @@ namespace swift {
/// \brief Enable experimental nested generic types feature.
bool EnableExperimentalNestedGenericTypes = false;
/// \brief Enable generalized collection casting.
bool EnableExperimentalCollectionCasts = false;
/// Should we check the target OSs of serialized modules to see that they're
/// new enough?
bool EnableTargetOSChecking = true;