Skip to content

Commit d11b572

Browse files
author
David Ungar
committed
Default ASTEnableScopeLookup to false.
1 parent 049c90c commit d11b572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ namespace swift {
249249
/// Default is in \c ParseLangArgs
250250
///
251251
/// This is a staging flag; eventually it will be removed.
252-
bool EnableASTScopeLookup;
252+
bool EnableASTScopeLookup = false;
253253

254254
/// Someday, ASTScopeLookup will supplant lookup in the parser
255255
bool DisableParserLookup = false;

0 commit comments

Comments
 (0)