]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add assert() statements and eliminate needless variable assignments in order
authordrh <drh@noemail.net>
Fri, 14 Oct 2011 21:49:18 +0000 (21:49 +0000)
committerdrh <drh@noemail.net>
Fri, 14 Oct 2011 21:49:18 +0000 (21:49 +0000)
commitb07028f71cd96b48a81474c6f1eea9596eb41cc7
tree79e9ce2fc70ef9318d48c388431caf117fbdf001
parent0edb7acd3c2dcd913e5cecce8475aed8ff0850bf
Add assert() statements and eliminate needless variable assignments in order
to get the clang scan-build utility to report zero problems against the
SQLite core.  Clang's static analysis did find one real problem - but it was
in the command-line shell, not in the SQLite core.

FossilOrigin-Name: 60fee9574b0125705787e33c16f116cf188c8323
18 files changed:
manifest
manifest.uuid
src/btree.c
src/build.c
src/expr.c
src/fkey.c
src/main.c
src/os_unix.c
src/pager.c
src/printf.c
src/select.c
src/shell.c
src/tclsqlite.c
src/update.c
src/vdbe.c
src/vdbeaux.c
src/wal.c
src/where.c