comparison: handle --/++ modifications better
commit69302202429f4d67a07a56b030ace46274d405a8
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Jun 2013 07:13:14 +0000 (12 10:13 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 12 Jun 2013 07:13:14 +0000 (12 10:13 +0300)
tree7797239c393c43a882369d86a60a107612c05da0
parent2aabd3b25cb13fb1a1ed46bd72df9e48bbf6ffe1
comparison: handle --/++ modifications better

If a < b then --a is less than b.  Issues with wrap around are not handled
here.  That's in the TODO pile.

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