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 95ea801 commit c09dae4Copy full SHA for c09dae4
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -10823,6 +10823,8 @@ def err_sycl_non_trivially_copy_ctor_dtor_type
10823
"constructible|destructible}0 class/struct type %1">;
10824
def err_sycl_non_std_layout_type : Error<
10825
"kernel parameter has non-standard layout class/struct type %0">;
10826
+def err_sycl_non_constant_array_type : Error<
10827
+ "kernel parameter is not a constant size array %0">;
10828
def err_conflicting_sycl_kernel_attributes : Error<
10829
"conflicting attributes applied to a SYCL kernel">;
10830
def err_conflicting_sycl_function_attributes : Error<
0 commit comments