db: fix call_implies for the in-memory database
commitc061ec04b95bbaa72d05bb048cd593c614d06114
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 11:51:43 +0000 (21 14:51 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 11:51:43 +0000 (21 14:51 +0300)
treea4cd1c9e8635d6ee44c0b23e6de605ed619aae81
parentc3b956e6918dc2a48b186c4ef8e8fad284733584
db: fix call_implies for the in-memory database

The call_implies tables is sort of weird.  It's only used by
check_dereferences_param.c and it might be better to put everything in
the return_states table.

But on the other hand, fixing this meant adding some useful hooks so it's
worthwhile in that sense.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_dereferences_param.c
smatch.h
smatch_db.c
smatch_flow.c
smatch_hooks.c
smatch_returns.c
validation/sm_inline2.c [new file with mode: 0644]