[Lldb-commits] [PATCH] D143398: [lldb][DWARFASTParserClang] Correctly resolve imported namespaces during expression evaluation
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 13 08:51:36 PST 2023
aprantl accepted this revision.
aprantl added inline comments.
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp:358
case DW_TAG_namespace:
+ case DW_TAG_imported_declaration:
if (name)
----------------
SGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143398/new/
https://reviews.llvm.org/D143398
More information about the lldb-commits
mailing list