[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Added a check for the specialization existence (PR #154123)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 8 05:47:22 PDT 2025
Michael137 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
https://github.com/llvm/llvm-project/pull/154123
More information about the lldb-commits
mailing list