db: store whether functions are global or static
commit09c8d145819f5b12249d2ac67e3dfd0a2d9ba73a
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 22 May 2012 12:31:31 +0000 (22 15:31 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 22 May 2012 12:31:31 +0000 (22 15:31 +0300)
treea979f39bb2491c073137a22f51e42dcb830c3730
parent38970f4e2edeecbfb0ef094e7eb4d72cf0705d92
db: store whether functions are global or static

We already handled static variables because we new the definition and calls
were in the same file.  But there were conflicts for globals.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
19 files changed:
check_bool_implications.c
check_db_info.c
check_dereferences_param.c
check_param_range.c
check_user_data.c
smatch.h
smatch_buf_size.c
smatch_capped.c
smatch_db.c
smatch_extra.c
smatch_scripts/db/call_implies.schema
smatch_scripts/db/caller_info.schema
smatch_scripts/db/fill_db_call_implies.pl
smatch_scripts/db/fill_db_caller_info.pl
smatch_scripts/db/fill_db_return_implies.pl
smatch_scripts/db/fill_db_return_info.pl
smatch_scripts/db/fixup_kernel.sh
smatch_scripts/db/return_info.schema
smatch_type.c