get rid of ASSIGNMENT_AFTER_HOOK
commit273997e778fce5a2e1723c06e64369a0af379038
authorDan Carpenter <error27@gmail.com>
Mon, 23 Mar 2009 07:53:49 +0000 (23 10:53 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 23 Mar 2009 07:53:49 +0000 (23 10:53 +0300)
tree4634b5361145d4370ad02265b063b01331c3c8f1
parentedf9c5ca6475cfdc56b4d9b1583c234153d06ed8
get rid of ASSIGNMENT_AFTER_HOOK

ASSIGNMENT_AFTER_HOOK was the wrong way.  It was slightly wrong, and the
name was confusing so most checks used the even more wrong
ASSIGNMENT_HOOK.  The correct way is to make ASSIGNMENT_HOOK give the
correct data.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_null_deref.c
smatch.h
smatch_extra.c
smatch_flow.c
smatch_hooks.c