We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e002ee0 commit d6830e2Copy full SHA for d6830e2
clang/test/SemaSYCL/non-std-layout-param.cpp
@@ -1,4 +1,5 @@
1
// RUN: %clang_cc1 -fsycl-is-device -verify -fsyntax-only %s
2
+// RUN: %clang_cc1 -fsycl-is-device -fsycl-new-kernel-param-requirements -fsyntax-only %s
3
4
// This test checks if compiler reports compilation error on an attempt to pass
5
// non-standard layout struct object as SYCL kernel parameter.
0 commit comments