================
@@ -1144,6 +1164,46 @@ bool Sema::CheckInstantiatedFunctionTemplateConstraints(
                                      PointOfInstantiation, Satisfaction);
 }
 
+bool Sema::CheckFunctionConstraintsWithoutInstantiation(
----------------
zyn0217 wrote:

I moved it into CheckFunctionTemplateConstraints() - calls to e.g. 
SetupConstraintCheckingTemplateArgumentsAndScope() inside couldn't be reused 
very simply so I added another internal function to handle MLTALs.

https://github.com/llvm/llvm-project/pull/102857
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to