Re: Updates to clang-format for v6.2 LTS / 7.0.

2016-04-12 Thread Leif Hedstrom
> On Apr 11, 2016, at 9:48 PM, James Peach wrote: > >> >> On Apr 11, 2016, at 12:47 PM, James Peach wrote: >> >>> >>> On Apr 11, 2016, at 11:01 AM, Leif Hedstrom wrote: >>> >>> Hi, >>> >>> James and I’ve been looking at some changes to clang-format, wanted to take >>> it here first. Just

Re: Updates to clang-format for v6.2 LTS / 7.0.

2016-04-11 Thread James Peach
> On Apr 11, 2016, at 12:47 PM, James Peach wrote: > >> >> On Apr 11, 2016, at 11:01 AM, Leif Hedstrom wrote: >> >> Hi, >> >> James and I’ve been looking at some changes to clang-format, wanted to take >> it here first. Just running the new version of clang-format produces a patch >> of ab

Re: Updates to clang-format for v6.2 LTS / 7.0.

2016-04-11 Thread James Peach
> On Apr 11, 2016, at 11:01 AM, Leif Hedstrom wrote: > > Hi, > > James and I’ve been looking at some changes to clang-format, wanted to take > it here first. Just running the new version of clang-format produces a patch > of about 6,500 lines. This is mostly removal of superfluous empty lines

Re: Updates to clang-format for v6.2 LTS / 7.0.

2016-04-11 Thread Phil Sorber
+1, +1, -1. #3 could be a +1 in the future. On Mon, Apr 11, 2016, 12:01 Leif Hedstrom wrote: > Hi, > > James and I’ve been looking at some changes to clang-format, wanted to > take it here first. Just running the new version of clang-format produces a > patch of about 6,500 lines. This is mostly

Updates to clang-format for v6.2 LTS / 7.0.

2016-04-11 Thread Leif Hedstrom
Hi, James and I’ve been looking at some changes to clang-format, wanted to take it here first. Just running the new version of clang-format produces a patch of about 6,500 lines. This is mostly removal of superfluous empty lines, and removing a space between a type cast and the variable. These