You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples\multiCondition\bad.c:4:14: style: Expression is always true because 'else if' condition is opposite to previous condition at line 3. [multiCondition]
2
+
else if (!b) {}
3
+
^
4
+
samples\multiCondition\bad.c:3:9: note: first condition
5
+
if (b) {}
6
+
^
7
+
samples\multiCondition\bad.c:4:14: note: else if condition is opposite to first condition
0 commit comments