mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/master' into master-next
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user