Skip to content

Commit 54d198e

Browse files
committed
[SYCL] fix syntax
1 parent 6a61f36 commit 54d198e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12970,7 +12970,7 @@ def err_free_function_first_occurrence_missing_attr: Error<
1297012970
def err_free_function_class_method : Error<
1297112971
"%select{static |}0class method cannot be used to define a SYCL kernel free function kernel">;
1297212972
def err_free_function_virtual_arg : Error<
12973-
"argument type %0 of kernel free function can not %select{be virtually derived |have virtual methods}1">;
12973+
"argument type %0 of kernel free function can not %select{be virtually derived |have virtual methods}1">;
1297412974

1297512975

1297612976
// SYCL kernel entry point diagnostics

0 commit comments

Comments
 (0)