]> git.ipfire.org Git - thirdparty/gcc.git/commit - contrib/ChangeLog
Add style checks to check_GNU_style.sh.
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 2016 17:01:44 +0000 (17:01 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 Mar 2016 17:01:44 +0000 (17:01 +0000)
commit1bbf98675d582b23f3be563bf74990c5fc537b3a
tree504ef735be3e4a39b29f39608ed088cd28f85a3b
parent9b8445029fe77f2feb2a383012280ee903b0ce60
Add style checks to check_GNU_style.sh.

gcc/contrib/ChangeLog:
2016-03-07  Martin Sebor  <msebor@redhat.com>

* check_GNU_style.sh (color): New global variable.
Add checks for trailing operators and spaces before left brackets.
Tightened up a check for a trailing left curly brace.
(g, ag, vg): Use color.
(col): Don't complain about excessively long lines with DejaGnu
directives.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234035 138bc75d-0d04-0410-961f-82ee72b054a4
contrib/ChangeLog
contrib/check_GNU_style.sh