[clang] [clang-tools-extra] [clang] support pack expansions for trailing requires clauses (PR #133190)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 2 05:14:53 PDT 2025
================
@@ -7379,8 +7378,11 @@ bool ASTContext::isSameEntity(const NamedDecl *X, const NamedDecl *Y) const {
return false;
}
- if (!isSameConstraintExpr(FuncX->getTrailingRequiresClause(),
----------------
cor3ntin wrote:
Can we add an overload, at least + comment?
https://github.com/llvm/llvm-project/pull/133190
More information about the cfe-commits
mailing list