[clang] [clang][NFC] Reduce one of JSON dump tests (PR #195026)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 30 09:55:32 PDT 2026


================
@@ -124,19 +145,66 @@ void func() {
 // DUMP-NEXT: `-TemplateArgument type 'Key'
 // DUMP-NEXT:   `-TemplateTypeParmType {{.*}} 'Key' dependent depth 0 index 0
 // DUMP-NEXT:     `-TemplateTypeParm {{.*}} 'Key'
+
+// FIXME: JSON dump is missing TemplateTypeParm node at the end.
----------------
Endilll wrote:

An AST node is missing in the JSON dump

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


More information about the cfe-commits mailing list