Skip to content

Commit be4151e

Browse files
author
David Ungar
committed
set default
1 parent d11b572 commit be4151e

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 = false;
252+
bool EnableASTScopeLookup = true;
253253

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

0 commit comments

Comments
 (0)