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 b316aa5 commit 2b5b3e9Copy full SHA for 2b5b3e9
clang/test/SemaSYCL/stdtypes_kernel_type.cpp
@@ -20,7 +20,7 @@ queue q;
20
21
int main() {
22
#ifdef CHECK_ERROR
23
- // expected-error@Inputs/sycl.hpp:328 5 {{kernel name cannot be a type in the "std" namespace}}
+ // expected-error@Inputs/sycl.hpp:220 5 {{kernel name cannot be a type in the "std" namespace}}
24
q.submit([&](handler &h) {
25
// expected-note@+1{{in instantiation of function template specialization}}
26
h.single_task<std::nullptr_t>([=] {});
0 commit comments