mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #42140 from artemcm/EnableRegexLiteralFlag
Add support for `-enable-regex-literals` flag
This commit is contained in:
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user