We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc8061 commit 2b72f8bCopy full SHA for 2b72f8b
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -10822,6 +10822,8 @@ def err_sycl_non_trivially_copy_ctor_dtor_type
10822
"constructible|destructible}0 class/struct type %1">;
10823
def err_sycl_non_std_layout_type : Error<
10824
"kernel parameter has non-standard layout class/struct type %0">;
10825
+def err_sycl_non_constant_array_type : Error<
10826
+ "kernel parameter is not a constant size array %0">;
10827
def err_conflicting_sycl_kernel_attributes : Error<
10828
"conflicting attributes applied to a SYCL kernel">;
10829
def err_conflicting_sycl_function_attributes : Error<
0 commit comments