[Lldb-commits] [lldb] [lldb][DWARFASTParserClang] Treat DW_TAG_template_alias like we do DW_TAG_typedef (PR #170135)
David Blaikie via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 1 11:17:45 PST 2025
dwblaikie wrote:
> One compelling reason to support `DW_TAG_template_alias` is that with `-gsimple-template-names`, `DW_TAG_typedef`s for alias templates have their template parameters stripped from the `DW_AT_name`.
Is this true? https://godbolt.org/z/YEPE1fobE doesn't /look/ like it's true?
https://github.com/llvm/llvm-project/pull/170135
More information about the lldb-commits
mailing list