On 08/22/2014 11:59 AM, Marek Polacek wrote:
+         if (TREE_CODE (current.lhs) == INTEGER_CST)
+           warn_logical_not_parentheses (current.loc, current.tree_type,
+                                         current.lhs, rhs);
+         else if (EXPR_P (current.lhs))
+           warn_logical_not_parentheses (current.loc, current.tree_type,
+                                         TREE_OPERAND (current.lhs, 0), rhs);

Sorry to nitpick, but now that we aren't checking the lhs for BOOLEAN_TYPE, do we need to look at it at all?

Jason

Reply via email to