Ian Lance Taylor wrote:
> A typical true positive looked more or less like
> 
>     if (a &&
>         b || c)

http://www.jetcafe.org/jim/c-style.html

It's funny you should mention that.  A warning about whitespace
indentation that's inconsistent with the expressed logic *would* be
helpful (and consistent with the if/else part of -Wparentheses).  

--jkl

Reply via email to