We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a1fb0 commit 020b8e8Copy full SHA for 020b8e8
clang/test/AST/ByteCode/builtins.cpp
@@ -36,5 +36,3 @@ void test_builtin_os_log(void *buf, int i, const char *data) {
36
constexpr int len = __builtin_os_log_format_buffer_size("%d %{public}s %{private}.16P", i, data, data);
37
static_assert(len > 0, "Expect len > 0");
38
}
39
-
40
-static_assert(__builtin_omp_required_simd_align(int) != 0);
0 commit comments