[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
Mon May 6 01:01:18 PDT 2024
================
@@ -154,6 +154,27 @@ static bool TagIsRecordType(dw_tag_t tag) {
}
}
+static bool
+IsForwardDeclaration(const lldb_private::plugin::dwarf::DWARFDIE &die,
----------------
labath wrote:
This shouldn't be necessary here, as this file has `using namespace lldb_private::plugin::dwarf` at the top.
https://github.com/llvm/llvm-project/pull/90663
More information about the lldb-commits
mailing list