You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// expected-note@sycl/ext/oneapi/experimental/annotated_ptr/annotated_ptr.hpp:* {{candidate function not viable: no known conversion from 'int *' to 'const annotated_ptr}}
// expected-error-re@sycl/ext/oneapi/experimental/annotated_ptr/annotated_ptr.hpp:* {{static assertion failed due to requirement {{.+}}: annotated_ptr can only encapsulate either a trivially-copyable type or void!}}
168
+
// expected-error@sycl/ext/oneapi/experimental/annotated_ptr/annotated_ptr.hpp:* {{annotated_ptr can only encapsulate either a trivially-copyable type or void!}}
169
+
// expected-note@+1 {{in instantiation of template class 'sycl::ext::oneapi::experimental::annotated_ptr<test>'}}
// expected-error-re@*:* {{invalid operands to binary expression {{.+}}}}
178
+
// TODO: these notes shouldn't be emitted
179
+
// expected-note@sycl/types.hpp:* {{candidate template ignored: could not match 'vec<T, Num>'}}
180
+
// expected-note@sycl/types.hpp:* {{candidate template ignored: could not match 'detail::SwizzleOp}}
181
+
// expected-note@sycl/types.hpp:* {{candidate template ignored: could not match 'vec<T, Num>'}}
182
+
// expected-note@sycl/ext/oneapi/experimental/annotated_arg/annotated_arg.hpp:* {{candidate template ignored: could not match 'annotated_arg<T, PropertyList>'}}
183
+
// expected-note@sycl/ext/oneapi/experimental/annotated_arg/annotated_arg.hpp:* {{candidate template ignored: could not match 'annotated_arg<T2, PropertyList2>'}}
184
+
// expected-error@+1 {{invalid operands to binary expression}}
0 commit comments