Renew and extend the tool for checking adherence to C coding style rules
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 9 Mar 2020 10:03:21 +0000 (11:03 +0100)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Mon, 9 Mar 2020 10:03:21 +0000 (11:03 +0100)
commit99a16e0459e5089c2cfb92ee775f1221a51b8d05
tree4037504638169aad9004ad8850515d15f6c250e5
parentc518117b99bc4aad62990e8a31b7bc1dae06d16c
Renew and extend the tool for checking adherence to C coding style rules

aims at checking most of https://www.openssl.org/policies/codingstyle.html
and various requirements not yet explicitly stated there - see also #10725

add util/check-format.pl and its self-tests in
util/check-format-test-{positives,negatives}.c
remove util/openssl-format-source

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/10363)
util/check-format-test-negatives.c [new file with mode: 0644]
util/check-format-test-positives.c [new file with mode: 0644]
util/check-format.pl [new file with mode: 0644]
util/openssl-format-source [deleted file]