Skip to content

Commit 73e4f0c

Browse files
committed
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.
1 parent ccd5453 commit 73e4f0c

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/library-tests/syntax-zoo

1 file changed

+1
-1
lines changed

cpp/ql/test/library-tests/syntax-zoo/builtin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// semmle-extractor-options: --clang
1+
// semmle-extractor-options: --clang --edg --clang_version --edg 30500
22

33
#define vector(elcount, type) __attribute__((vector_size((elcount)*sizeof(type)))) type
44

0 commit comments

Comments
 (0)