Default ASTEnableScopeLookup to false.

This commit is contained in:
David Ungar
2019-06-27 15:27:01 -07:00
parent 049c90ce29
commit d11b572d97

View File

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