Skip to content

Commit c9dbef6

Browse files
authored
Merge pull request #34137 from slavapestov/remove-parse-time-lookup
Remove parse-time name lookup
2 parents 36090fa + 6e0e87f commit c9dbef6

File tree

57 files changed

+43
-5656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+43
-5656
lines changed

include/swift/Basic/LangOptions.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,6 @@ namespace swift {
258258
/// This is a staging flag; eventually it will be removed.
259259
bool EnableDeserializationRecovery = true;
260260

261-
/// Someday, ASTScopeLookup will supplant lookup in the parser
262-
bool DisableParserLookup = false;
263-
264261
/// Whether to enable the new operator decl and precedencegroup lookup
265262
/// behavior. This is a staging flag, and will be removed in the future.
266263
bool EnableNewOperatorLookup = false;

0 commit comments

Comments
 (0)