[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 06:06:29 PDT 2025


tgs-sc wrote:

> Based on the test failure in TestCppTemplateArguments.py maybe we need to return the
> ClassTemplateDeclSpecialization that we found, instead of returning nullptr. We would create a new TypeSP for it, but
> that shouldn't be an issue i think
But check to nullptr in [DWARFASTParserClang.cpp](https://github.com/llvm/llvm-project/pull/154123/files#diff-5dd6736e4d6c38623630df16c4494c1a8b099716ee0f05c9af54b4bafb1d864e) fails in this case.

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


More information about the lldb-commits mailing list