mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C++: Drop --clang_vector_types option
The types are already enabled through the specfied gcc version.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user