[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Added a check for the specialization existence (PR #154123)

via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 8 04:55:57 PDT 2025


================
@@ -1873,6 +1873,19 @@ DWARFASTParserClang::ParseStructureLikeDIE(const SymbolContext &sc,
     clang_type =
         m_ast.CreateClassTemplateSpecializationType(class_specialization_decl);
 
+    // If we got nullptr, then such specialization already exists.
----------------
tgs-sc wrote:

Addressed

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


More information about the lldb-commits mailing list