hooks: introduce ASSIGNMENT_HOOK_AFTER
commita45bd4572dcbbd58652a9948178e56f880649e14
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Jan 2017 13:36:26 +0000 (19 16:36 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 19 Jan 2017 13:36:26 +0000 (19 16:36 +0300)
tree12fa2731a12bb6a4f1b34ca6249c13ed6f0e70a8
parent02ec74e6b53764e87b64436c4ae117d9b2813b5e
hooks: introduce ASSIGNMENT_HOOK_AFTER

Hm...  I don't exactly recall what the issue here was.  What I know though
is that function hooks were handled after other assignment hooks.  And
there were places where with register the hooks late, but it still was
before the function hooks.

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