nridge added inline comments.
================ Comment at: clang/test/AST/ast-dump-concepts.cpp:12 + template <not_same_as<int> R> + Foo(R) requires(true); +}; ---------------- another nit: the `requires(true)` is not relevant to the testcase. (Although, perhaps it is another bug that it does not appear in the dump?) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D84461/new/ https://reviews.llvm.org/D84461 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits