core: process inline statements
commit944215871f73edb139fa2b6493941c99faaa5017
authorDan Carpenter <error27@gmail.com>
Wed, 21 Jul 2010 11:06:33 +0000 (21 13:06 +0200)
committerDan Carpenter <error27@gmail.com>
Wed, 21 Jul 2010 11:06:33 +0000 (21 13:06 +0200)
tree7668150fbe15dde9832d4d198b2acdef8306c906
parent8345c902e853277f1e128101bf1031327a0ccfba
core: process inline statements

Smatch was ignoring inline statements until now.  :/  Now if an inline
statement is called it gets added to a list and then processed after we
finish the function we're currently on.

It only gets processed the first time it's encountered.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_flow.c