Print this page
new smatch

*** 184,194 **** static void match_assign(struct expression *expr) { struct statement *stmt; ! if (!is_zero(expr->right)) return; if (__in_fake_assign) return; --- 184,194 ---- static void match_assign(struct expression *expr) { struct statement *stmt; ! if (!expr_is_zero(expr->right)) return; if (__in_fake_assign) return;