mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Set clang_version to the default from previous frontend version
This ensures that `__atomic_fetch_min` parses and that the number of builtins does not changed compared to the previous version of the frontend.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// semmle-extractor-options: --clang
|
||||
// semmle-extractor-options: --clang --edg --clang_version --edg 30500
|
||||
|
||||
#define vector(elcount, type) __attribute__((vector_size((elcount)*sizeof(type)))) type
|
||||
|
||||
|
||||
Reference in New Issue
Block a user