================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to