db: create return_states table
commit9e951a98dfbc79ed297dd5672c348a3702d9bed2
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Aug 2012 07:19:12 +0000 (14 10:19 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Aug 2012 07:19:12 +0000 (14 10:19 +0300)
tree87ca01e7f9c6b5d951e7e0b0d87b84aab32d5421
parentdc7696cbbcd1643ff95215b16d7f619fb872043c
db: create return_states table

These patches are sort of broken up in an awkward way.  Sorry for that.

The return_states table is like the caller_info table except instead of
function calls it deals with returns.  You can see from the
fill_db_return_states.pl what data will go there.

I'm going to use the table for a locking check that is not ready to push,
but I may as well reserve the types already.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.h
smatch_scripts/db/fill_db_return_states.pl [new file with mode: 0755]
smatch_scripts/db/return_states.schema [new file with mode: 0644]