================
@@ -7379,8 +7378,11 @@ bool ASTContext::isSameEntity(const NamedDecl *X, const 
NamedDecl *Y) const {
       return false;
     }
 
-    if (!isSameConstraintExpr(FuncX->getTrailingRequiresClause(),
----------------
mizvekov wrote:

Minor preference for not doing that at this point, since this is the only user 
which looks at an AssociatedConstraint,
most of the other users are still on expressions, and it's not clear which ones 
can be pack expanded in such a way to need the same treatment in future patches.

https://github.com/llvm/llvm-project/pull/133190
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to