Lines Matching full:braces
97 { 'category':'C/C++', 'severity':severity.MEDIUM, 'members':[], 'option':'-Wmissing-braces',
98 'description':'Missing braces around initializer',
99 'patterns':[r".*: warning: missing braces around initializer.*"] },
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",
149 'patterns':[r".*: warning: suggest explicit braces to avoid ambiguous 'else'",