C++: Drop --clang_vector_types option

The types are already enabled through the specfied gcc version.
This commit is contained in:
Jeroen Ketema
2025-05-16 15:12:06 +02:00
parent 9d5a465e9d
commit 55f8cb7935
2 changed files with 2 additions and 2 deletions

View File

@@ -7,4 +7,4 @@ struct Kiwi {
struct Lemon {
unsigned int __attribute__ ((vector_size (16))) lemon_x;
};
// semmle-extractor-options: -std=c99 --clang --edg --clang_vector_types --gnu_version 40700
// semmle-extractor-options: -std=c99 --clang --gnu_version 40700

View File

@@ -7,4 +7,4 @@ struct Kiwi {
struct Lemon {
signed int __attribute__ ((vector_size (16))) lemon_x;
};
// semmle-extractor-options: -std=c99 --clang --edg --clang_vector_types --gnu_version 40700
// semmle-extractor-options: -std=c99 --clang --gnu_version 40700