summaryrefslogtreecommitdiff
path: root/util/check-format-test-negatives.c
Commit message (Expand)AuthorAgeFilesLines
* check-format.pl: improve whitespace reporting on <op>=Dr. David von Oheimb2022-09-021-1/+5
* check-format.pl: further fixes for whitespace reporting within 'for (...)'Dr. David von Oheimb2022-09-021-10/+17
* check-format.pl: report #if and #elif with constant condition; improve checks...Dr. David von Oheimb2022-09-021-0/+3
* check-format.pl: extend checking into macro bodies; small further improvementsDr. David von Oheimb2022-09-021-1/+50
* check-format.pl: fix detection of missing/extra blank lines in local declsDr. David von Oheimb2022-07-201-0/+47
* check-format.pl: fix false positive on 'for(;; stmt)'Dr. David von Oheimb2022-07-201-0/+4
* check-format.pl: Fix report on space before ';' and allow it after ')'Dr. David von Oheimb2022-01-091-0/+2
* check-format.pl: Fix report on missing space before +/-: allow, e.g., '1e-6'Dr. David von Oheimb2022-01-091-0/+5
* check-format.pl: Fix report on constant on LHS of comparison/assignmentDr. David von Oheimb2022-01-091-0/+1
* check_format.pl: Add checks for blank lines within/after local declsDr. David von Oheimb2022-01-091-3/+38
* check-format.pl: Allow extra space before end-of-line comments unless -e|--eo...Dr. David von Oheimb2021-05-201-1/+1
* check-format.pl: Replace 'SPC' and 'spc' by 'space' in reports and option namesDr. David von Oheimb2021-05-201-1/+1
* check-format.pl: Fix false positive on struct/union/enum in func return typeDr. David von Oheimb2021-05-201-4/+5
* check-format.pl: Report needless intermediate multiple SPC only on -e or --ex...Dr. David von Oheimb2021-05-201-1/+1
* check-format.pl: Add check for constant left of comparison operatorDr. David von Oheimb2021-05-201-0/+4
* Update copyright yearRichard Levitte2021-01-281-1/+1
* util/check-format.pl: Minor improvements of whitespace checksDr. David von Oheimb2021-01-191-2/+2
* check-format.pl: Allow nested indentation of labels (not only at line pos 1)Dr. David von Oheimb2020-09-301-0/+7
* check-format.pl: Extend exceptions for no SPC after trailing ';' in 'for (...;)'Dr. David von Oheimb2020-09-301-0/+7
* check-format.pl: Add check for multiples essentially empty lines in a rowDr. David von Oheimb2020-07-201-402/+402
* check-format.pl: Allow comment start '/*' after opening '(','[','{'Dr. David von Oheimb2020-07-201-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* fix false positive of check-format.pl regarding '#if' on preceding line; exte...Dr. David von Oheimb2020-03-181-0/+39
* Renew and extend the tool for checking adherence to C coding style rulesDr. David von Oheimb2020-03-091-0/+678