[Lldb-commits] [lldb] [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #90663)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Fri May 3 01:50:06 PDT 2024
================
@@ -108,6 +108,9 @@ class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
lldb_private::ConstString GetDIEClassTemplateParams(
const lldb_private::plugin::dwarf::DWARFDIE &die) override;
----------------
labath wrote:
delete `lldb_private::plugin::dwarf::` (and elsewhere in this file)
https://github.com/llvm/llvm-project/pull/90663
More information about the lldb-commits
mailing list