================
@@ -140,15 +142,15 @@ class ConceptReference {
NamedDecl *FoundDecl;
/// \brief The concept named.
- ConceptDecl *NamedConcept;
+ TemplateDecl *NamedConcept;
----------------
erichkeane wrote:It seems weird for a type named `ConceptReference` to not refer to a `ConceptDecl` anymore https://github.com/llvm/llvm-project/pull/150823 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
