[PATCH] Just some comments related to Template Instantiation constructs

Richard Smith richard at metafoo.co.uk
Fri May 3 11:19:09 PDT 2013


The Template.h comment is not right -- an ArgList is really a second-rate
facsimile of an ArrayRef. A patch making it be a typedef for
ArrayRef<TemplateArgument> would be great, though...

getTemplateInstantiationArgs already has a doc comment in
SemaTemplateInstantiate.cpp, which seems pretty good.


On Fri, May 3, 2013 at 8:00 AM, Faisal Vali <faisalv at gmail.com> wrote:

> What do you think Richard?  Are the comments accurate - and should we add
> them?
>
> Faisal Vali
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130503/ad72329b/attachment.html>


More information about the cfe-commits mailing list