Skip to content

Commit 3c06146

Browse files
authored
Merge pull request #1723 from apple/enable-astscope-lookup
[Swift] Enable ASTScope-based name lookup
2 parents a5de9f5 + 7fc2b7e commit 3c06146

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
@@ -913,8 +913,6 @@ SwiftASTContext::SwiftASTContext(std::string description, llvm::Triple triple,
913913
swift::IntermoduleDepTrackingMode::IncludeSystem,
914914
fp.GetFileCollector());
915915
}
916-
// rdar://53971116
917-
m_compiler_invocation_ap->disableASTScopeLookup();
918916

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

0 commit comments

Comments
 (0)