[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:18:50 PDT 2020
nridge added inline comments.
================
Comment at: clang/test/AST/ast-dump-concepts.cpp:4
+template <typename T, typename U>
+concept not_same_as = true;
+
----------------
nit: perhaps use a more generic name like `binary_concept` (meaning concept that takes two types)
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