db: add call_id to call_implies, return_states and return_values
commit1a3726ea30195a15199bf40f5ee3291f9545fe9a
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 07:36:16 +0000 (21 10:36 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 21 Feb 2013 07:36:16 +0000 (21 10:36 +0300)
tree2b2257bc8195d36f2970f976eed819dd381242c1
parent5f069a06100bfe01cd907a85c173d68606826abf
db: add call_id to call_implies, return_states and return_values

This will be zero for non-inlined functions and the call expression for
inlined functions.  I need this for the in-memory database.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/call_implies.schema
smatch_data/db/return_states.schema
smatch_data/db/return_values.schema
smatch_db.c