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 f52424e commit 619cf1bCopy full SHA for 619cf1b
clang/test/SemaSYCL/lambda_implicit_capture_this.cpp
@@ -1,6 +1,4 @@
1
-// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -verify %s
2
-
3
-#include <sycl.hpp>
+// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -fsyntax-only -verify %s
4
5
template <typename name, typename Func>
6
__attribute__((sycl_kernel)) void kernel(Func kernelFunc) {
0 commit comments