summaryrefslogtreecommitdiffstats
path: root/util/check-format.pl (follow)
Commit message (Expand)AuthorAgeFilesLines
* check-format.pl: Rename '*-cmt' options '*-comment'Dr. David von Oheimb2021-05-201-22/+22
* check-format.pl: Allow extra space before end-of-line comments unless -e|--eo...Dr. David von Oheimb2021-05-201-18/+22
* check-format.pl: Replace 'SPC' and 'spc' by 'space' in reports and option namesDr. David von Oheimb2021-05-201-37/+37
* check-format.pl: Fix false positive on struct/union/enum in func return typeDr. David von Oheimb2021-05-201-4/+6
* check-format.pl: Fix false positive "no SPC before binary '*'" for '!*'Dr. David von Oheimb2021-05-201-1/+1
* check-format.pl: Report needless intermediate multiple SPC only on -e or --ex...Dr. David von Oheimb2021-05-201-21/+27
* check-format.pl: Add check for constant left of comparison operatorDr. David von Oheimb2021-05-201-1/+6
* Update copyright yearRichard Levitte2021-01-281-1/+1
* util/check-format.pl: Minor improvements of whitespace checksDr. David von Oheimb2021-01-191-6/+6
* check-format.pl: Allow nested indentation of labels (not only at line pos 1)Dr. David von Oheimb2020-09-301-1/+1
* check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'Dr. David von Oheimb2020-09-301-1/+2
* check-format.pl: Document how to run positive and negative self-testsDr. David von Oheimb2020-09-301-0/+4
* check-format.pl: Report empty lines only if -s (--sloppy-spc) is not usedDr. David von Oheimb2020-07-201-3/+3
* check-format.pl: Add check for essentially empty line at beginning of fileDr. David von Oheimb2020-07-201-1/+3
* check-format.pl: Add check for multiples essentially empty lines in a rowDr. David von Oheimb2020-07-201-1/+5
* check-format.pl: Allow comment start '/*' after opening '(','[','{'Dr. David von Oheimb2020-07-201-7/+9
* fix false positive of check-format.pl regarding '#if' on preceding line; exte...Dr. David von Oheimb2020-03-181-1/+1
* make util/check-format.pl script executableDr. David von Oheimb2020-03-181-0/+0
* fix false positive of check-format.pl reporting '{1 stmt}' after multi-line '...Dr. David von Oheimb2020-03-181-1/+2
* Renew and extend the tool for checking adherence to C coding style rulesDr. David von Oheimb2020-03-091-0/+1118