Skip to content

Commit b9e7045

Browse files
committed
C++: Update vector type test to reflect it uses old-clang features
These features are no longer available and the frontend does stricter checking on this.
1 parent cbdd492 commit b9e7045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
// semmle-extractor-options: --edg --clang --edg --clang_version --edg 30801
12
// Compilable with: clang --std=c++0x -msse4.1 vector_types.cpp
23
// (some bits also compilable with gcc)
3-
44
int printf(...);
55

66
typedef float v4f __attribute__((vector_size(16)));

0 commit comments

Comments
 (0)