*new* smatch_db: use and sqlite database for cross function analysis
commitb17fc43180ad74fa66efdee216efa00e94249d39
authorDan Carpenter <error27@gmail.com>
Fri, 10 Sep 2010 13:04:30 +0000 (10 15:04 +0200)
committerDan Carpenter <error27@gmail.com>
Fri, 10 Sep 2010 13:04:30 +0000 (10 15:04 +0200)
tree6d3fe9cca9b29552dde9f042b4621dc24422be83
parent026e918448b890957de06baad4422386196ff667
*new* smatch_db:  use and sqlite database for cross function analysis

***Please Note***:  After this commit you need libsqlite3 installed to
compile smatch.

This commit adds basic support for running sql queries.  The idea is that
on the first run you'll build a database with information about how a
function is called and then on the second run you can use the information.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Makefile
smatch.c
smatch.h
smatch_db.c [new file with mode: 0644]