[clang] [clang] check deduction consistency when partial ordering function templates (PR #100692)

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 23 06:34:15 PDT 2024


================
@@ -1343,6 +1343,9 @@ namespace {
     DeclarationName Entity;
     // Whether to evaluate the C++20 constraints or simply substitute into them.
     bool EvaluateConstraints = true;
+    // Whether Substitution was Incomplete, that is, we tried to substitute in
+    // any template arguments which were null.
----------------
cor3ntin wrote:

Beecause they were not yet provided, presumably?

https://github.com/llvm/llvm-project/pull/100692


More information about the cfe-commits mailing list