Skip to content

Commit 5db797e

Browse files
authored
Merge pull request #19508 from jketema/options
C++: Minor cleanup of qltest options
2 parents 03d6633 + 55f8cb7 commit 5db797e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
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

cpp/ql/test/library-tests/vector_types/options

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)