On 6 Jul 2012, at 11:24pm, Gavin T Watt <gw...@raytheon.com> wrote:

> BTW, do you know if the SQLite team runs any kind of static code analysis
> on the source?

SQLite is plain C code.  Note even C++.  So static code analysis is tricky and 
not likely to be much use.  However, Clang static analysis has been applied and 
it's the last item you can find in the long list of tests listed on this page:

<http://www.sqlite.org/testing.html>

What is more useful than static code analysis is testing with corrupted 
database files, with boundary value tests and with valgrind.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to