[Lldb-commits] [lldb] [lldb] Fix `FindDirectNestedType` not working with class templates (PR #81666)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 14 01:43:19 PST 2024


https://github.com/Michael137 approved this pull request.

LGTM

Can you add a bit more detail into the commit message and PR description about what the underlying problem was. I.e., `DeclContextGetName` used to return type names without template parameters which `FindTypes` would then compare against the `DW_AT_name`s from DWARF. But the names in DWARF *do* contain template parameters, causing the lookups to fail.

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


More information about the lldb-commits mailing list