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.
2 parents 03d6633 + 55f8cb7 commit 5db797eCopy full SHA for 5db797e
cpp/ql/test/library-tests/structs/compatible_c/c1_gnu.c
@@ -7,4 +7,4 @@ struct Kiwi {
7
struct Lemon {
8
unsigned int __attribute__ ((vector_size (16))) lemon_x;
9
};
10
-// semmle-extractor-options: -std=c99 --clang --edg --clang_vector_types --gnu_version 40700
+// semmle-extractor-options: -std=c99 --clang --gnu_version 40700
cpp/ql/test/library-tests/structs/compatible_c/c2_gnu.c
signed int __attribute__ ((vector_size (16))) lemon_x;
cpp/ql/test/library-tests/vector_types/options
0 commit comments