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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits