Lines Matching full:complain
1761 Complain about several constructs which gcc-2 accepts, but which are
1922 # part of a control statement (if/while/etc), and don't complain
2246 # TODO(unknown): Don't complain if line before blank line, and line after,
2252 # complain, we check if it is an exception to the rule: The previous
2303 # Next, we complain if there's a comment too near the text
2594 # just don't complain if the last non-whitespace character on the
2708 # Don't complain about CHECK(x == NULL) or similar because
2710 # Also, don't complain about more complex boolean expressions
2831 # if(RLENGTH > 20) complain = 0;
2832 # if(match($0, " +(error|private|public|protected):")) complain = 0;
2833 # if(match(prev, "&& *$")) complain = 0;
2834 # if(match(prev, "\\|\\| *$")) complain = 0;
2835 # if(match(prev, "[\",=><] *$")) complain = 0;
2836 # if(match($0, " <<")) complain = 0;
2837 # if(match(prev, " +for \\(")) complain = 0;
2838 # if(prevodd && match(prevprev, " +for \\(")) complain = 0;
3016 # complain if it's not there.