[Lldb-commits] [lldb] Reapply [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #98361)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 11 23:36:35 PDT 2024


================
@@ -824,6 +824,36 @@ DWARFASTParserClang::GetDIEClassTemplateParams(const DWARFDIE &die) {
   return {};
 }
 
+void DWARFASTParserClang::MappingDeclDIEToDefDIE(
----------------
labath wrote:

nit: Maybe you're reading this another way, but this name does not sound like a verb phrase to me (which I think it should be, as the function changes the state of the program). I'd just call it `MapDeclDIEToDefDIE`

https://github.com/llvm/llvm-project/pull/98361


More information about the lldb-commits mailing list