introduce: smatch_data/kernel.no_inline_functions
commit740ac0ad349551f3af31df78b543cc4a7b6ac175
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Dec 2013 10:57:04 +0000 (19 13:57 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Dec 2013 10:57:04 +0000 (19 13:57 +0300)
tree7c380116920b966164fe5b0b1fd100708db673a4
parent03a339c45723793788e5ec152b215b5f0dfa0ab5
introduce: smatch_data/kernel.no_inline_functions

Sometimes you want to be able to handle functions by adding stuff to the
database but the functions get inlined so it doesn't work.  The feature
I'm adding now means that they won't be handled inline.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch.h
smatch_flow.c
smatch_project.c