Home | History | Annotate | Download | only in checkers

Lines Matching full:complain

1200     Complain about several constructs which gcc-2 accepts, but which are
1400 # part of a control statement (if/while/etc), and don't complain
1671 # FIXME: Don't complain if line before blank line, and line after,
1678 # complain, we check if it is an exception to the rule: The previous
2115 # perfectly: we just don't complain if the last non-whitespace
2293 # Don't complain about CHECK(x == NULL) or similar because
2295 # Also, don't complain about more complex boolean expressions
2430 # if(RLENGTH > 20) complain = 0;
2431 # if(match($0, " +(error|private|public|protected):")) complain = 0;
2432 # if(match(prev, "&& *$")) complain = 0;
2433 # if(match(prev, "\\|\\| *$")) complain = 0;
2434 # if(match(prev, "[\",=><] *$")) complain = 0;
2435 # if(match($0, " <<")) complain = 0;
2436 # if(match(prev, " +for \\(")) complain = 0;
2437 # if(prevodd && match(prevprev, " +for \\(")) complain = 0;