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 308ee91 commit 0358f6eCopy full SHA for 0358f6e
c/misra/test/rules/RULE-1-2/test.c
@@ -1,3 +1,7 @@
1
+// semmle-extractor-options:--clang -fhonor-infinity -std=c11 --edg --diag_error=implicit_func_decl -nostdinc -I../../../../common/test/includes/standard-library
2
+
3
+// do it on a translation unit -- flag first line
4
5
#include <stdbool.h>
6
#include <stdio.h>
7
// Note: Clang aims to support both clang and gcc extensions.
@@ -135,7 +139,7 @@ void gf14() {
135
139
}
136
140
137
141
void gf15() {
138
- float f = 0x1.fp3; // NON_COMPLIANT
142
+ float f = 0x1.fp3; // NON_COMPLIANT
143
144
145
void gf16() {
0 commit comments