flow: add a POSTLOOP_HOOK
commitb15e2124495c6ae22558abcf270b82ad2f20eddb
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Jul 2022 12:29:14 +0000 (19 15:29 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Jul 2022 12:29:14 +0000 (19 15:29 +0300)
treec8c3e7d90158e76404aa5e67cf5043ff20931302
parentefca24df8a8c0e8e1c48a5acdc69198e5bafe03a
flow: add a POSTLOOP_HOOK

There is already a PRELOOP_HOOK.  Add a matching POSTLOOP_HOOK.  Also
fixup the AFTER_LOOP_NO_BREAKS hooks because some of those calls were
missing.

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