change order of condition processing
commit0e14835bbb07a8948b619f43cd18df17d5673271
authorDan Carpenter <error27@gmail.com>
Mon, 23 Mar 2009 08:39:14 +0000 (23 11:39 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 23 Mar 2009 08:39:14 +0000 (23 11:39 +0300)
tree5247af15127e1fb94948cc72fddc2eea199e8eda
parent273997e778fce5a2e1723c06e64369a0af379038
change order of condition processing

Split the conditions first before passing them to the clients.  This
means that for:
if (!(foo = kmalloc())) { ...
the assignment hooks will now be called before the condition hook.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_memory.c
check_null_deref.c
smatch_conditions.c