================
@@ -1891,3 +1887,12 @@ DIE *DwarfCompileUnit::getOrCreateSubprogramDIE(const 
DISubprogram *SP,
 
   return DwarfUnit::getOrCreateSubprogramDIE(SP, F, Minimal);
 }
+
+void DwarfCompileUnit::addLinkageNamesToDeclarations(
+    const DwarfDebug *DD, const DISubprogram *CalleeSP, DIE *CalleeDIE) {
----------------
felipepiovezan wrote:

If we're going to unconditionally dereference pointers, we should make them 
references instead to express our intent that this function does not know how 
to handle nullptrs

https://github.com/llvm/llvm-project/pull/167666
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to