conditions: use set_extra_expr_mod() to change extra states
commit71a1e17828b81ac3b81df0e8b8efe95990b8c271
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 15 Apr 2013 08:37:59 +0000 (15 11:37 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 15 Apr 2013 08:37:59 +0000 (15 11:37 +0300)
tree7c5ac0ed0bc980b3b1eccbf7ee1666f77fb93364
parentde62c125ff7feb70ccf7fe99c47bbb00d3f1487f
conditions: use set_extra_expr_mod() to change extra states

The problem here is that we're always supposed to use helper functions to
set extra states.  Especially if we're changing the states because a
variable was modified because we have to call some call backs for that.

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