aaronpuchert added inline comments.

================
Comment at: clang/test/AST/ast-dump-templates.cpp:71-73
+template <typename T> constexpr T var(0);
+// DUMP: VarDecl {{.*}} <col:23, col:40> col:35 var 'const T' constexpr 
callinit
+// DUMP-NEXT: ParenListExpr {{.*}} <col:38, col:40> 'void'
----------------
This is what's currently crashing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98664/new/

https://reviews.llvm.org/D98664

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to