flow: pass the sym_list to the END_FILE_HOOK
commit422ec4c3203310aa9836fd6f28f3d7f157cf83ad
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Mar 2013 08:38:30 +0000 (25 11:38 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Mar 2013 08:38:30 +0000 (25 11:38 +0300)
tree410822e3393c2a2d0ccd326dbd4673525e144841
parent257f09bef143dd1a961315c0053256f18d1fa336
flow: pass the sym_list to the END_FILE_HOOK

At the end of the file, I want to have the sym_list for the file so that
my check can look through it.

Probably eventually I'll want it at the start as well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_flow.c
smatch_hooks.c
smatch_local_values.c