[clang] [Clang] Defer the instantiation of explicit-specifier until constraint checking completes (PR #70548)

Shafik Yaghmour via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 30 13:24:15 PDT 2023


================
@@ -3682,6 +3725,17 @@ Sema::TemplateDeductionResult Sema::FinishTemplateArgumentDeduction(
     }
   }
 
+  // We skipped the instantiation of the explicit-specifier during subst the
----------------
shafik wrote:

This sentence is not super clear, can we spell out `subst` and `FD` as well.

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


More information about the cfe-commits mailing list