Re: [PATCH] add more style checks to check_GNU_style.sh

2016-03-01 Thread Jeff Law
On 02/25/2016 08:05 PM, Martin Sebor wrote: Recently I had the opportunity to learn about a number of rather subtle style conventions sometimes enforced during code reviews (though not inconsistently followed in GCC code). To help find these kinds of problems before a patch is submitted and cut

[PATCH] add more style checks to check_GNU_style.sh

2016-02-25 Thread Martin Sebor
Recently I had the opportunity to learn about a number of rather subtle style conventions sometimes enforced during code reviews (though not inconsistently followed in GCC code). To help find these kinds of problems before a patch is submitted and cut down on the subsequent back-and-forth, I've a