]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a utility program that looks for assert(), NEVER(), ALWAYS(), and
authordrh <drh@noemail.net>
Sat, 6 Feb 2016 22:32:06 +0000 (22:32 +0000)
committerdrh <drh@noemail.net>
Sat, 6 Feb 2016 22:32:06 +0000 (22:32 +0000)
commitcc5f8a46b975d5afb86bfbe2da2ee7f2d85d7572
tree2f4f298a726bba28cc67d528a596b24c2adda3e5
parentf5818aa560fc463e241bbeeaefba8cfacdd0131f
Add a utility program that looks for assert(), NEVER(), ALWAYS(), and
testcase() macros that have side-effects, and reports errors when they are
found.  Also fix a bug that this utility detected as it was being tested.

FossilOrigin-Name: b0b4624fc5d53bb0cc9fae7dad51984837d946ac
Makefile.in
main.mk
manifest
manifest.uuid
src/btree.c
src/main.c
tool/srcck1.c [new file with mode: 0644]