[clang] [Clang] Reapply CWG2369 "Ordering between constraints and substitution" (PR #122423)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 23 03:58:57 PDT 2025
================
@@ -8058,6 +8059,54 @@ bool Sema::CheckNonDependentConversions(
}
}
+ // A heuristic & speculative workaround for bug
+ // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99599 that manifests after
+ // CWG2369.
----------------
zyn0217 wrote:
Yes, I'll look into that; this is just rebasing from my old attempt
https://github.com/llvm/llvm-project/pull/122423
More information about the cfe-commits
mailing list