We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a61f36 commit 54d198eCopy full SHA for 54d198e
clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -12970,7 +12970,7 @@ def err_free_function_first_occurrence_missing_attr: Error<
12970
def err_free_function_class_method : Error<
12971
"%select{static |}0class method cannot be used to define a SYCL kernel free function kernel">;
12972
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">;
+ "argument type %0 of kernel free function can not %select{be virtually derived |have virtual methods}1">;
12974
12975
12976
// SYCL kernel entry point diagnostics
0 commit comments