db: expose the data parameter so we can use data in call backs properly
commit31c54521293dc9607a011053dfc625ee5af0fb90
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 26 Sep 2014 20:16:53 +0000 (26 23:16 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 26 Sep 2014 20:16:53 +0000 (26 23:16 +0300)
treec56b443abf6815f5d61daabfdf55072f952fe850
parent8ff864e523e970c3112cc0435af64a73a34d47c8
db: expose the data parameter so we can use data in call backs properly

Currently smatch uses globals for this and it doesn't work.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_user_data.c
smatch.h
smatch_buf_size.c
smatch_db.c
smatch_local_values.c
smatch_parse_call_math.c
smatch_type_val.c