[clang] [Clang] Address feedback in PR183010 (PR #185608)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 13 00:48:41 PDT 2026
================
@@ -1185,7 +1154,7 @@ static bool CheckConstraintSatisfaction(
return false;
}
- if (TemplateArgsLists.isAnyArgInstantiationDependent(S.Context)) {
+ if (TemplateArgsLists.isAnyArgDependent(S.Context)) {
----------------
zyn0217 wrote:
That said, I agree we should add a FIXME somewhere along with the cache machineary, together with a test, but again it is not `isAnyTemplateArgsDependent`'s fault.
https://github.com/llvm/llvm-project/pull/185608
More information about the cfe-commits
mailing list