[clang] [Clang] Address feedback in PR183010 (PR #185608)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 10:31:40 PDT 2026
================
@@ -1185,7 +1154,7 @@ static bool CheckConstraintSatisfaction(
return false;
}
- if (TemplateArgsLists.isAnyArgInstantiationDependent(S.Context)) {
+ if (TemplateArgsLists.isAnyArgDependent(S.Context)) {
----------------
zyn0217 wrote:
> I suspected the patch causing it was the original PR from this one. You think some other patch caused it?
It's the normalization patch.
The last original PR didn't regress it. I tested it.
https://github.com/llvm/llvm-project/pull/185608
More information about the cfe-commits
mailing list