[Lldb-commits] [PATCH] D62246: DWARF: Implement DW_AT_signature lookup for type unit support
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 22 16:50:15 PDT 2019
JDevlieghere added inline comments.
================
Comment at: source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp:261
+ dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
+ clang::DeclContext *decl_ctx =
+ GetCachedClangDeclContextForDIE(signature_die);
----------------
Same here: `if (clang::DeclContext *decl_ctx ...`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62246/new/
https://reviews.llvm.org/D62246
More information about the lldb-commits
mailing list