Merge pull request #3710 from jckarter/turn-on-id-as-any

Turn on id as any
This commit is contained in:
Joe Groff
2016-07-25 18:58:27 -07:00
committed by GitHub
152 changed files with 2342 additions and 2678 deletions

View File

@@ -144,7 +144,7 @@ namespace swift {
bool EnableExperimentalNestedGenericTypes = false;
/// \brief Enable generalized collection casting.
bool EnableExperimentalCollectionCasts = false;
bool EnableExperimentalCollectionCasts = true;
/// Should we check the target OSs of serialized modules to see that they're
/// new enough?
@@ -165,7 +165,7 @@ namespace swift {
bool StripNSPrefix = true;
/// Should 'id' in Objective-C be imported as 'Any' in Swift?
bool EnableIdAsAny = false;
bool EnableIdAsAny = true;
/// Enable the Swift 3 migration via Fix-Its.
bool Swift3Migration = false;