mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Default ASTEnableScopeLookup to false.
This commit is contained in:
@@ -249,7 +249,7 @@ namespace swift {
|
||||
/// Default is in \c ParseLangArgs
|
||||
///
|
||||
/// This is a staging flag; eventually it will be removed.
|
||||
bool EnableASTScopeLookup;
|
||||
bool EnableASTScopeLookup = false;
|
||||
|
||||
/// Someday, ASTScopeLookup will supplant lookup in the parser
|
||||
bool DisableParserLookup = false;
|
||||
|
||||
Reference in New Issue
Block a user