Re: Clang-format: add finer-grained options for putting all arguments on one line.

2017-12-04 Thread Russell McClellan via cfe-commits
Another bump on this On Tue, Nov 28, 2017 at 10:43 AM, Russell McClellan wrote: > Another bump on this - again, this is my first time trying to submit a > patch, so please let me know if there's a better way to go about this. > > On Mon, Nov 20, 2017 at 10:22 AM, Russell McClellan > wrote: >> Hi

Re: Clang-format: add finer-grained options for putting all arguments on one line.

2017-11-28 Thread Russell McClellan via cfe-commits
Another bump on this - again, this is my first time trying to submit a patch, so please let me know if there's a better way to go about this. On Mon, Nov 20, 2017 at 10:22 AM, Russell McClellan wrote: > Hi - > > Just pinging this after a week; let me know if there's a better way to > submit patch

Re: Clang-format: add finer-grained options for putting all arguments on one line.

2017-11-20 Thread Russell McClellan via cfe-commits
Hi - Just pinging this after a week; let me know if there's a better way to submit patches, I'm a first time contributor. On Mon, Nov 13, 2017 at 6:55 PM, Russell McClellan wrote: > Attached is a patch that adds two new options, > AllowAllArgumentsOnNextLine and > AllowAllConstructorInitializers

Clang-format: add finer-grained options for putting all arguments on one line.

2017-11-14 Thread Russell McClellan via cfe-commits
Attached is a patch that adds two new options, AllowAllArgumentsOnNextLine and AllowAllConstructorInitializersOnNextLine. These mirror the existing AllowAllParametersOfDeclarationOnNextLine and allow me to support an internal style guide where I work. I think this would be generally useful, some