================
@@ -1015,6 +1045,62 @@ class Sema;
           RewriteKind(CRK_None) {}
   };
 
+  struct DeferredTemplateOverloadCandidate {
+    DeferredTemplateOverloadCandidate *Next = nullptr;
----------------
erichkeane wrote:

Comment here + on the slab allocator function as to WHY we are doing this 
instead of a std::vector/etc would probably be helpful.  I understand it, but I 
probably won't next time I see this code ;) 

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

Reply via email to