Merge pull request #42140 from artemcm/EnableRegexLiteralFlag

Add support for `-enable-regex-literals` flag
This commit is contained in:
Artem Chikin
2022-04-01 15:38:45 -07:00
committed by GitHub
7 changed files with 25 additions and 2 deletions

View File

@@ -561,6 +561,9 @@ namespace swift {
/// Enables dumping type witness systems from associated type inference.
bool DumpTypeWitnessSystems = false;
/// Enables `/.../` syntax regular-expression literals
bool EnableForwardSlashRegexLiterals = false;
/// Sets the target we are building for and updates platform conditions
/// to match.
///