[PATCH] D136451: GH58368: Correct concept checking in a lambda defined in concept
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 21 11:03:40 PDT 2022
erichkeane added inline comments.
================
Comment at: clang/include/clang/AST/DeclTemplate.h:3310
+// during constraint checking.
+class ConceptSpecializationDecl final
+ : public Decl,
----------------
aaron.ballman wrote:
> Would it make sense to rename this to `ImplicitConceptSpecializationDecl` to make it clear that this is an implicit "declaration" that the user can't spell themselves?
Sure, not a bad idea, I'll go with it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136451/new/
https://reviews.llvm.org/D136451
More information about the cfe-commits
mailing list