[clang] [clang] [ASTDump] Add support for structural value template arguments in TextNodeDumper (PR #126341)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 7 22:14:16 PST 2025


================
@@ -0,0 +1,12 @@
+// RUN: %clang_cc1 -std=c++20 -ast-dump -ast-dump-filter=pr126341 %s | FileCheck %s
----------------
zyn0217 wrote:

Can you consolidate the test into a pre-existing file e.g. `AST/ast-dump-templates.cpp`?

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


More information about the cfe-commits mailing list