get_variable_from_expr(): &foo is complicated
commit479d9a491ba312ba15e071a3ffba96d1ea48428f
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Feb 2012 08:46:14 +0000 (14 11:46 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Feb 2012 08:46:14 +0000 (14 11:46 +0300)
tree54492a27e67c32d51812c099e8354fc5a17dc1ff
parent71adf933b061976167786b92968536568efc1281
get_variable_from_expr():  &foo is complicated

When we take the address of a variable that should be considered
complicated.  That means we can't set the state of &foo in smatch_extra.c

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