Eliminate set_cond_states() function.
commit79681d57337a34363f1282c4bbeedd94c7b5220e
authorDan Carpenter <error27@gmail.com>
Tue, 14 Apr 2009 16:43:53 +0000 (14 19:43 +0300)
committerDan Carpenter <error27@gmail.com>
Tue, 14 Apr 2009 16:43:53 +0000 (14 19:43 +0300)
tree35c223c79bfa2c5a25f10c860dfc26668bce7120
parentc2add9eea99e12598879e70ee1a35433894f7cb0
Eliminate set_cond_states() function.

Now people writing scripts only need to know about set_true_false_states()
so it's simpler.

Also I think we want to treat more assignments as conditions:
foo = !if_totally_frobbed();
It would be nice to handle these without modifying the check scripts.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_err_ptr_deref.c
check_locking.c
smatch.h
smatch_function_hooks.c
smatch_states.c