[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 11:47:25 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:
Thank you for the explanation. I removed this FIXME.
https://github.com/llvm/llvm-project/pull/195026
More information about the cfe-commits
mailing list