handle stuff like the kernel's WARN_ON() macro
commit6afeba927b441cf72e888520a022f02526c2cb2a
authorDan Carpenter <error27@gmail.com>
Wed, 17 Feb 2010 16:54:38 +0000 (17 19:54 +0300)
committerDan Carpenter <error27@gmail.com>
Wed, 17 Feb 2010 16:54:38 +0000 (17 19:54 +0300)
tree30635307695776f0e2ae6b4f81034dced6b41a28
parent872ce0ca403cfcef95b7f1e62170eb8f6cde0402
handle stuff like the kernel's WARN_ON() macro

This is the same as handling assignments like: "foo = !bar();" except that it
is in the declaration "int foo = !bar();"

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_flow.c
validation/sm_implied8.c