extra, db: record a dummy output for every function call
commit73a71e701bf61a0babe06ee2d3422ada4f4d96ff
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Oct 2011 14:03:37 +0000 (12 17:03 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Oct 2011 14:03:37 +0000 (12 17:03 +0300)
treeca8c8f5736d747cc184f2216778519f0e21c5837
parentf554f5027fe61d4485a3a604d5f0afbffd393bf1
extra, db: record a dummy output for every function call

The smatch_extra.c had a dummy function call to mark calls where nothing
was known.  Smatch extra tried to only print it out where it was needed,
but that gets trickier when you have a bunch of scripts writing to the db.

The new way is to just do it in smatch_db.c.  Do it unconditionally.

I made some related changes to ensure that it would cause a merge_slist()
like it's supposed to.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_db.c
smatch_extra.c