File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -222,6 +222,13 @@ KeyEventDigger::KeyEventDigger():
222
222
{
223
223
// register checker-specific key events
224
224
d->hMap [" CHECKED_RETURN" ] .insert (" check_return" );
225
+ d->hMap [" CONSTANT_EXPRESSION_RESULT" ].insert (" extra_high_bits" );
226
+ d->hMap [" CONSTANT_EXPRESSION_RESULT" ].insert (" logical_vs_bitwise" );
227
+ d->hMap [" CONSTANT_EXPRESSION_RESULT" ].insert (" missing_parentheses" );
228
+ d->hMap [" CONSTANT_EXPRESSION_RESULT" ].insert (" operator_confusion" );
229
+ d->hMap [" CONSTANT_EXPRESSION_RESULT" ].insert (" pointless_expression" );
230
+ d->hMap [" CONSTANT_EXPRESSION_RESULT" ].insert (" result_independent_of_operands" );
231
+ d->hMap [" CONSTANT_EXPRESSION_RESULT" ].insert (" same_on_both_sides" );
225
232
d->hMap [" FORWARD_NULL" ] .insert (" deref_parm" );
226
233
d->hMap [" FORWARD_NULL" ] .insert (" dereference" );
227
234
d->hMap [" FORWARD_NULL" ] .insert (" var_deref_op" );
You can’t perform that action at this time.
0 commit comments