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 123375f commit 35a48cbCopy full SHA for 35a48cb
clang/test/SemaSYCL/unnamed-kernel.cpp
@@ -63,7 +63,7 @@ struct MyWrapper {
63
h.single_task<ValidAlias>([] {});
64
});
65
66
- // expected-error@#KernelSingleTask {{'std::max_align_t' is an invalid kernel name, 'std::(anonymous)' is declared in the 'std' namespace}}
+ // expected-error@#KernelSingleTask {{'std::max_align_t' is an invalid kernel name, 'std::max_align_t' is declared in the 'std' namespace}}
67
// expected-note@+2{{in instantiation of function template specialization}}
68
q.submit([&](sycl::handler &h) {
69
h.single_task<std::max_align_t>([] {});
0 commit comments