Skip to content

Commit 7fc2b7e

Browse files
committed
[Swift] Enable ASTScope-based name lookup
1 parent 19447e2 commit 7fc2b7e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,8 +914,6 @@ SwiftASTContext::SwiftASTContext(std::string description, llvm::Triple triple,
914914
swift::IntermoduleDepTrackingMode::IncludeSystem,
915915
fp.GetFileCollector());
916916
}
917-
// rdar://53971116
918-
m_compiler_invocation_ap->disableASTScopeLookup();
919917

920918
// Set the clang modules cache path.
921919
m_compiler_invocation_ap->setClangModuleCachePath(

0 commit comments

Comments
 (0)