[PATCH] D84461: [Concepts] Fix ast dump for immediately declared constraint.
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jul 26 19:22:05 PDT 2020
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
More information about the cfe-commits
mailing list