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

Ah, hrmph.  This is really unergonomic, and I would really like to see all uses 
of this do a better job at making sure they are working with the constraints.  
That said, I get the objection at least near term, and am OK with leaving this 
as-is now, and put on the 'TODO' list.

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