Print this page
11506 smatch resync

*** 418,427 **** --- 418,429 ---- * * We could potentially treat boolean bitwise & this way but that seems * too complicated to deal with. */ if (expr->type == EXPR_BINOP && expr->op == '|') { + expr_set_parent_expr(expr->left, expr); + expr_set_parent_expr(expr->right, expr); handle_logical(expr); return; } switch (expr->type) {