flow: add a STMT_HOOK_AFTER hook
commita05392caf5ea7444aa1d43b6d6a140a08fad4079
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 28 Jan 2014 00:13:47 +0000 (28 03:13 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 28 Jan 2014 00:13:47 +0000 (28 03:13 +0300)
treedacec0646abbc3f1d20cea2db2bcd2a6c5598a6d
parent9bc61a74d880f17dc6e94a6f0bf6962d6488b77a
flow: add a STMT_HOOK_AFTER hook

It's like the other STMT_HOOK but it is called after a statement has been
processed instead of before.

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