================
@@ -8181,6 +8175,15 @@ Sema::BuildNestedRequirement(Expr *Constraint) {
/*TemplateArgs=*/{},
Constraint->getSourceRange(), Satisfaction))
return nullptr;
+
+ if (Satisfaction.HasSubstitutionFailure()) {
----------------
shafik wrote:
So I don't see changes to the code I pointed out, so am I to understand those
changes will come as you flesh out the PR?
https://github.com/llvm/llvm-project/pull/223001
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits