Home | History | Annotate | Download | only in tools

Lines Matching full:suggest

142         'description':'Suggest adding braces around empty body',
143 'patterns':[r".*: warning: suggest braces around empty body in an 'if' statement",
145 r".*: warning: suggest braces around empty body in an 'else' statement",
148 'description':'Suggest adding parentheses',
149 'patterns':[r".*: warning: suggest explicit braces to avoid ambiguous 'else'",
150 r".*: warning: suggest parentheses around arithmetic in operand of '.+'",
151 r".*: warning: suggest parentheses around comparison in operand of '.+'",
152 r".*: warning: suggest parentheses around '.+?' .+ '.+?'",
153 r".*: warning: suggest parentheses around assignment used as truth value"] },