type: make sval_type_max() default to "long long"
commit2c51a4a5a83bd76243a9a4f31da52db69ea250dd
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 18 Mar 2015 11:19:29 +0000 (18 14:19 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 18 Mar 2015 11:19:29 +0000 (18 14:19 +0300)
tree5cca2bbd8dddddbdc5f45d243d22db48f4d072ad
parentb92e3fb26e88d388443356c7a09c5f4b97e2420c
type: make sval_type_max() default to "long long"

sval_type_min() defaults to "long long" so this makes it symmetric.
Ideally we wouldn't have places where we don't know the type but in real
life this can happen for two reasons.  First are bugs in Smatch.  Second
sometimes we just can't tell the type.

Defaulting to long long is ok because it marks everything as unknown.

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