[llvm] r209999 - Support: add 6-parameter format

Saleem Abdulrasool compnerd at compnerd.org
Mon Jun 2 06:56:37 PDT 2014


On Monday, June 2, 2014, Rafael EspĂ­ndola <rafael.espindola at gmail.com>
wrote:

> Nit: we don't duplicate the name in comments anymore.
>

The comments add very little IMO.  They would serve better as a group
comment.  I only did that to maintain consistency in the file.

That said, I'll follow up with a small change to correct the file rather
than one function.


> > +/// format_object6 - This is a templated helper class used by the format
> > +/// function that captures the object to be formated and the format
> string. When
> > +/// actually printed, this synthesizes the string into a temporary
> buffer
> > +/// provided and returns whether or not it is big enough.
> > +template <typename T1, typename T2, typename T3, typename T4, typename
> T5,
> > +          typename T6>
> > +class format_object6 : public format_object_base {
>
> Cheers,
> Rafael
>


-- 
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140602/9bde8bea/attachment.html>


More information about the llvm-commits mailing list