[Lldb-commits] [PATCH] D133945: [clang][ASTImporter] DeclContext::localUncachedLookup: Continue lookup into decl chain when regular lookup fails
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 15 08:43:44 PDT 2022
Michael137 added inline comments.
================
Comment at: clang/lib/AST/DeclBase.cpp:1781
if (Name && !hasLazyLocalLexicalLookups() &&
!hasLazyExternalLexicalLookups()) {
if (StoredDeclsMap *Map = LookupPtr) {
----------------
Michael137 wrote:
> Could merge the two if-blocks now I suppose
Nevermind, not true
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133945/new/
https://reviews.llvm.org/D133945
More information about the lldb-commits
mailing list