@@ -11328,7 +11328,7 @@ def warn_sycl_kernel_too_big_args : Warning<
11328
11328
"size of kernel arguments (%0 bytes) may exceed the supported maximum "
11329
11329
"of %1 bytes on some devices">, InGroup<SyclStrict>, ShowInSystemHeader;
11330
11330
def err_sycl_virtual_types : Error<
11331
- "No class with a vtable can be used in a SYCL kernel or any code included in the kernel">;
11331
+ "no class with a vtable can be used in a SYCL kernel or any code included in the kernel">;
11332
11332
def note_sycl_recursive_function_declared_here: Note<"function implemented using recursion declared here">;
11333
11333
def err_sycl_non_trivially_copy_ctor_dtor_type
11334
11334
: Error<"kernel parameter has non-trivially %select{copy "
@@ -11349,7 +11349,7 @@ def err_sycl_attribute_internal_function
11349
11349
: Error<"%0 attribute cannot be applied to a "
11350
11350
"static function or function in an anonymous namespace">;
11351
11351
def err_sycl_compiletime_property_duplication : Error<
11352
- "Can 't apply %0 property twice to the same accessor">;
11352
+ "can 't apply %0 property twice to the same accessor">;
11353
11353
def err_sycl_invalid_property_list_param_number : Error<
11354
11354
"%0 must have exactly one template parameter">;
11355
11355
def err_sycl_invalid_accessor_property_template_param : Error<
@@ -11363,10 +11363,10 @@ def err_sycl_num_kernel_wrong_reqd_wg_size : Error<
11363
11363
"%0 attribute must evenly divide the work-group size for the %1 attribute">;
11364
11364
11365
11365
def warn_sycl_pass_by_value_deprecated
11366
- : Warning<"Passing kernel functions by value is deprecated in SYCL 2020">,
11366
+ : Warning<"passing kernel functions by value is deprecated in SYCL 2020">,
11367
11367
InGroup<Sycl2020Compat>, ShowInSystemHeader;
11368
11368
def warn_sycl_pass_by_reference_future
11369
- : Warning<"Passing of kernel functions by reference is a SYCL 2020 extension">,
11369
+ : Warning<"passing of kernel functions by reference is a SYCL 2020 extension">,
11370
11370
InGroup<Sycl2017Compat>, ShowInSystemHeader;
11371
11371
def warn_sycl_implicit_decl
11372
11372
: Warning<"SYCL 1.2.1 specification requires an explicit forward "
0 commit comments