Skip to content

Commit 2b72f8b

Browse files
authored
[SYCL] Changes to visitor model in preparation of array support. (#1764)
Signed-off-by: rdeodhar <[email protected]>
1 parent 3bc8061 commit 2b72f8b

File tree

2 files changed

+242
-110
lines changed

2 files changed

+242
-110
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

+2
Original file line numberDiff line numberDiff line change
@@ -10822,6 +10822,8 @@ def err_sycl_non_trivially_copy_ctor_dtor_type
1082210822
"constructible|destructible}0 class/struct type %1">;
1082310823
def err_sycl_non_std_layout_type : Error<
1082410824
"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">;
1082510827
def err_conflicting_sycl_kernel_attributes : Error<
1082610828
"conflicting attributes applied to a SYCL kernel">;
1082710829
def err_conflicting_sycl_function_attributes : Error<

0 commit comments

Comments
 (0)