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

Reply via email to