Skip to content

Commit 4a265a9

Browse files
author
David Ungar
committed
Turn on ASTScopes
1 parent 7d2203e commit 4a265a9

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
@@ -246,7 +246,7 @@ namespace swift {
246246
/// Default is in \c ParseLangArgs
247247
///
248248
/// This is a staging flag; eventually it will be removed.
249-
bool EnableASTScopeLookup = false;
249+
bool EnableASTScopeLookup = true;
250250

251251
/// Someday, ASTScopeLookup will supplant lookup in the parser
252252
bool DisableParserLookup = false;

0 commit comments

Comments
 (0)