On 18 November 2011 11:41, Roger <rogerx....@gmail.com> wrote:
> Anything can be worked around one way or another.  For reference, standard
> benchmark tools also never look at just "one thing".

Exactly, short of writing a C-parser and doing some heuristic on the
syntax tree,
you'll just end up missing things anyway.

if(5)
  x = 5,
  y = 2,
  apply_layout(NULL),
  something_else_that_doesnt_use_semi_colons();

Reply via email to