type_val: store fake assignments in a slightly different format
commitc4772c94a7f22bae33df67ba7b1d15f4a2e22d25
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Jun 2014 09:49:45 +0000 (20 12:49 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 20 Jun 2014 09:49:45 +0000 (20 12:49 +0300)
tree4ecc9eff327977eba60d4e461eda74add1669d59
parent5b8aa6d3e3000e9e10aebbff6e0734f2ea49084c
type_val: store fake assignments in a slightly different format

This is a bit of a pointless thing, but whatever.  If it's a fake
assignment then I'm recording that the state is set to "min-max" instead
of "s32min-s32max".  That way when I do `smdb where struct_type member`
then it is easier to see the real assignments.

This hack has the other advantage that I don't need to modify any other
parts of the code.

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