db: unify how parameter descriptions are saved
commit9e70c0e832e1f6f96f1e4bb0a5a2beb3ac626da8
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 22 Sep 2014 11:05:58 +0000 (22 14:05 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 22 Sep 2014 11:14:37 +0000 (22 14:14 +0300)
treec9741c9a6d48ca00520208fcb313a5b251f5f171
parent6567f0998992f20e7373d3591ab89d59e004cd7e
db: unify how parameter descriptions are saved

Smatch comparison used say a value was equivalent to a parameter like this
"[==p0]" and call math used to say parameter 0 + parameter 1 like this
"<0> + <1>".  We shouldn't have two formats for this.

The new format is "==$0" and "$0 + $1".

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