sval: start change range_lists to use data_range_sval
commit01c542972a94a351ca909d8f62867f974cbdf116
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 31 Oct 2012 13:06:39 +0000 (31 16:06 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 31 Oct 2012 13:06:39 +0000 (31 16:06 +0300)
treea96fc532ac12233d71e5e8224645f238e0960a2a
parent56a0a3c8b7249cbac4189655cf7a394d94284042
sval: start change range_lists to use data_range_sval

I'm trying to transition this in an organized way, in bite sized bits at
a time so I can check my work as I go along.  Range lists are harder
because they are so tied to every subsystem.

Anyway, I introduced the temporary range_list_sval struct and some helper
structs.

The goal was to update smatch_function_hooks.c to using svals.  I've
basically done that but it's a bit crappy.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
check_kernel.c
smatch.h
smatch_extra.c
smatch_extra.h
smatch_function_hooks.c
smatch_ranges.c