================
@@ -412,6 +445,30 @@ class SubstTemplateTemplateParmStorage
                       std::optional<unsigned> PackIndex);
 };
 
+class DeducedTemplateStorage : public UncommonTemplateNameStorage,
----------------
mizvekov wrote:

This one is a too internal detail of how the different kinds of TemplateNames 
are implemented. Ie if we can't fit everything we need in one pointer, then we 
allocate separate storage for it.
Might be more useful to document the DeducedTemplate itself.

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

Reply via email to