brintos

brintos / llvm-project-archived public Read only

0
0
Text · 189 B · 5cfa264 Raw
11 lines · c
1// RUN: %check_clang_tidy %s bugprone-inc-dec-in-conditions %t2 3_BitInt(8) v_401_0() {4  0 && ({5    _BitInt(5) y = 0;6    16777215wb ?: ++y;7  });8  return 0;9}10// CHECK-MESSAGES: warning11