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

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

Reply via email to