[PATCH] D142268: [clang][DebugInfo] Don't canonicalize names in template argument list for alias templates
Michael Buch via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 20 18:25:49 PST 2023
Michael137 added a comment.
@dblaikie suggested that the best way to go about the recurring "how do we print template names" question is to turn on `-gsimple-template-names` on by default. For alias templates this means we would have to attach template parameters to their DIEs too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142268/new/
https://reviews.llvm.org/D142268
More information about the cfe-commits
mailing list