Skip to content

Commit 55f8cb7

Browse files
committed
C++: Drop --clang_vector_types option
The types are already enabled through the specfied gcc version.
1 parent 9d5a465 commit 55f8cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/test/library-tests/structs/compatible_c/c1_gnu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ struct Kiwi {
77
struct Lemon {
88
unsigned int __attribute__ ((vector_size (16))) lemon_x;
99
};
10-
// semmle-extractor-options: -std=c99 --clang --edg --clang_vector_types --gnu_version 40700
10+
// semmle-extractor-options: -std=c99 --clang --gnu_version 40700

cpp/ql/test/library-tests/structs/compatible_c/c2_gnu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ struct Kiwi {
77
struct Lemon {
88
signed int __attribute__ ((vector_size (16))) lemon_x;
99
};
10-
// semmle-extractor-options: -std=c99 --clang --edg --clang_vector_types --gnu_version 40700
10+
// semmle-extractor-options: -std=c99 --clang --gnu_version 40700

0 commit comments

Comments
 (0)