type_value: it doesn't make sense to talk about the value of a struct
commit55ff4eb4acdca30c96ec7e8339b7b7387d5362a4
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 15 Jul 2016 10:55:01 +0000 (15 13:55 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Sat, 16 Jul 2016 21:44:52 +0000 (17 00:44 +0300)
treed2937e8923917307fccc4e86628662f38aa928cd
parent82f60f7702496f13e80dac4706e2608f52bc6344
type_value: it doesn't make sense to talk about the value of a struct

Only struct members have values, not structs themselves.  Same for arrays.

This caused some weirdness when we look up the stored value in the db.

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