comparison: store the expressions involved (if it's not too hard)
commitf86e96e1503001368901ddaac5c28246bcd1340a
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Nov 2017 11:53:09 +0000 (14 14:53 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 14 Nov 2017 11:54:17 +0000 (14 14:54 +0300)
tree411822a39eeb125575eb4b3c383eccfc909ce57c
parent8ee44a7629042729b463c5913b4e97d664655271
comparison: store the expressions involved (if it's not too hard)

We really do want to have expression pointers, but for cross function
data it's complicated to create and expression pointer so I don't do that.

This code hasn't been tested yet but it can't hurt because there are no
users.

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