Temporarily reinstate LangOptions::EnableBareSlashRegexLiterals for LLDB

This commit is contained in:
Doug Gregor
2022-05-29 22:44:06 -07:00
parent 3cf576da23
commit 2cc91d04c9
2 changed files with 7 additions and 0 deletions

View File

@@ -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.