[llvm-branch-commits] [clang] [clang] implement printing of canonical template arguments of expression kind (PR #135133)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Apr 10 06:34:36 PDT 2025
================
@@ -1357,6 +1357,8 @@ void TextNodeDumper::VisitTemplateExpansionTemplateArgument(
void TextNodeDumper::VisitExpressionTemplateArgument(
const TemplateArgument &TA) {
OS << " expr";
+ if (TA.isCanonicalExpr())
+ OS << " canon";
----------------
erichkeane wrote:
Same hope here on the full word.
https://github.com/llvm/llvm-project/pull/135133
More information about the llvm-branch-commits
mailing list