[Lldb-commits] [lldb] [WIP][lldb] Use forward decls with redeclared definitions instead of minimal import for records (PR #95100)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 14 13:49:38 PDT 2024
================
@@ -228,6 +246,9 @@ class DWARFASTParserClang : public lldb_private::plugin::dwarf::DWARFASTParser {
void LinkDeclToDIE(clang::Decl *decl,
const lldb_private::plugin::dwarf::DWARFDIE &die);
+ void RegisterDIE(lldb_private::plugin::dwarf::DWARFDebugInfoEntry *die,
----------------
adrian-prantl wrote:
Maybe add a doxygen comment for this (or an override keyword)?
https://github.com/llvm/llvm-project/pull/95100
More information about the lldb-commits
mailing list