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.
This commit is contained in:
Jeroen Ketema
2022-04-21 09:46:48 +02:00
parent cbdd4927ce
commit b9e7045a2f

View File

@@ -1,6 +1,6 @@
// semmle-extractor-options: --edg --clang --edg --clang_version --edg 30801
// Compilable with: clang --std=c++0x -msse4.1 vector_types.cpp
// (some bits also compilable with gcc)
int printf(...);
typedef float v4f __attribute__((vector_size(16)));