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

This commit is contained in:
swift_jenkins
2020-05-05 16:18:50 -07:00
29 changed files with 1179 additions and 38 deletions

View File

@@ -357,6 +357,10 @@ namespace swift {
/// conformances.
bool EnableExperimentalAdditiveArithmeticDerivedConformances = false;
/// Whether to enable a more aggressive mode of incremental dependency
/// gathering that never captures cascading edges.
bool EnableExperientalPrivateIntransitiveDependencies = false;
/// Enable verification when every SubstitutionMap is constructed.
bool VerifyAllSubstitutionMaps = false;