Skip to content

Commit c09dae4

Browse files
committed
Added conditional execution of handlers.
1 parent 95ea801 commit c09dae4

File tree

2 files changed

+202
-137
lines changed

2 files changed

+202
-137
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

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

0 commit comments

Comments
 (0)