On Apr 21, 2015, at 9:07 AM, David Malcolm <dmalc...@redhat.com> wrote:
> I think I want to make a distinction between
> 
> (A) classic C "gotchas", like the one in my mail and the:
> 
>  if (cond);
>    stmt;
> 
> one you mentioned above
> 
> vs
> 
> (B) wrong/inconsistent indentation.
> 
> I think (A) is high-value, since it detects subtly wrong code, likely to
> have misled the reader, whereas I don't find (B) as interesting.

Ok.  I don’t have any problem with that.  Going for the high value only makes 
the problem space smaller, more likely to implement and do a good job and 
avoids false positives and all sorts of what ifs that the other class would 
expose you to.

I like your work and your plan.

Reply via email to