r184675 - ArrayRef'ize Sema::CodeCompleteConstructorInitializer

Jordan Rose jordan_rose at apple.com
Mon Jun 24 09:20:55 PDT 2013


On Jun 23, 2013, at 15:58 , Dmitri Gribenko <gribozavr at gmail.com> wrote:

> +  void CodeCompleteConstructorInitializer(
> +                                Decl *Constructor,
> +                                ArrayRef<CXXCtorInitializer *> Initializers);

This isn't so important, but I think our convention when the parameters get too long is just to double-indent from the start of the line, rather than pull back from the end just enough to fit everything. It's a little more consistent that way.

Jordan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130624/3cbcb2a1/attachment.html>


More information about the cfe-commits mailing list