[clang] [Clang] Improve concept performance 1/N (PR #188421)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 1 01:52:20 PDT 2026


================
@@ -15101,6 +15091,9 @@ class Sema final : public SemaBase {
                  UnsubstitutedConstraintSatisfactionCacheResult>
       UnsubstitutedConstraintSatisfactionCache;
 
+  llvm::DenseMap<llvm::FoldingSetNodeID, TemplateArgumentLoc>
+      *CurrentCachedTemplateArgs = nullptr;
+
----------------
cor3ntin wrote:

Can you add a comment?

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


More information about the cfe-commits mailing list