stored_conditions: store as expression pointers instead of strings
commite202cd58a42cbce10a5240f97363846831172bc6
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 19 Apr 2017 10:30:18 +0000 (19 13:30 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 19 Apr 2017 10:30:18 +0000 (19 13:30 +0300)
tree892e7bfdbf283e9fc03c6503dda060e32a523c92
parenta93547affa0657a746c2771819c2a49c293ced2f
stored_conditions: store as expression pointers instead of strings

We were storing the conditions as strings "foo == bar", but it's more
useful to have the actual expression pointers.

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