Add -verify-all-substitution-maps frontend flag

This commit is contained in:
Joe Groff
2020-03-11 15:23:34 -07:00
parent 23f0d8ccbc
commit d06b839c03
4 changed files with 17 additions and 3 deletions

View File

@@ -322,6 +322,9 @@ namespace swift {
/// `@differentiable` declaration attribute, etc.
bool EnableExperimentalDifferentiableProgramming = false;
/// Enable verification when every SubstitutionMap is constructed.
bool VerifyAllSubstitutionMaps = false;
/// Sets the target we are building for and updates platform conditions
/// to match.
///
@@ -512,6 +515,7 @@ namespace swift {
/// Enable constraint solver support for experimental
/// operator protocol designator feature.
bool SolverEnableOperatorDesignatedTypes = false;
};
} // end namespace swift