parse_call_math: change API to use range lists (mostly cosmetic at first)
commit8ff864e523e970c3112cc0435af64a73a34d47c8
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 26 Sep 2014 19:38:38 +0000 (26 22:38 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Fri, 26 Sep 2014 19:38:38 +0000 (26 22:38 +0300)
tree008b25f13d3bcb50458429726b0cd61ec08bb8fa
parent1745ea023446b17f01a55379ce83f2bafa9af564
parse_call_math: change API to use range lists (mostly cosmetic at first)

Eventually call math should use range lists instead of svals.  This code
is just a step in that direction but there will need to be many more
changes before this is done.

For now this change lets us parse information like "s32min-s32max[$0]".

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