We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd3b9c commit c43701fCopy full SHA for c43701f
c/misra/test/rules/RULE-8-4/object2.c
@@ -1,3 +1,4 @@
1
-short i3 = 0; // NON_COMPLIANT - not detected as `extern int i3` exists
+// not detected as `extern int i3` exists
2
+short i3 = 0; // NON_COMPLIANT[FALSE_NEGATIVE]
3
-signed int i4 = 0; // COMPLIANT
4
+signed int i4 = 0; // COMPLIANT
0 commit comments