handle assignments like: foo = x < 1;
commite316a8fd5c2c5492f1087645dd6a05f9619a4703
authorDan Carpenter <error27@gmail.com>
Thu, 18 Feb 2010 08:40:37 +0000 (18 11:40 +0300)
committerDan Carpenter <error27@gmail.com>
Thu, 18 Feb 2010 08:40:37 +0000 (18 11:40 +0300)
treee161509037c492588cb826c3d5c20dde16c908f5
parent4e02baf8592f4878d7287b0fc8670873ffcc54c6
handle assignments like:  foo = x < 1;

This removes some very ancient broken attempts at handling this.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_conditions.c
smatch_flow.c
validation/sm_implied9.c [new file with mode: 0644]