mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Temporarily reinstate LangOptions::EnableBareSlashRegexLiterals for LLDB
This commit is contained in:
@@ -354,6 +354,9 @@ namespace swift {
|
||||
/// The set of features that have been enabled.
|
||||
llvm::SmallSet<Feature, 2> Features;
|
||||
|
||||
/// Temporary flag to support LLDB's transition to using \c Features.
|
||||
bool EnableBareSlashRegexLiterals = false;
|
||||
|
||||
/// Use Clang function types for computing canonical types.
|
||||
/// If this option is false, the clang function types will still be computed
|
||||
/// but will not be used for checking type equality.
|
||||
|
||||
Reference in New Issue
Block a user