mizvekov wrote: > I appreciate this @mizvekov , thank you for helping out here. I'm not sure I > got the subtlty of the regression you were talking about until now.
It's the test case added in `clang/test/SemaTemplate/concept.cpp`, under namespace `instantiation_dependent`. The regression was that we would accept it, ignoring the substitution failure. It's still present in main as of now: https://compiler-explorer.com/z/5Mjno7nz6 https://github.com/llvm/llvm-project/pull/186889 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
