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 2841252 commit c43160fCopy full SHA for c43160f
clang/include/clang/Sema/Sema.h
@@ -398,7 +398,8 @@ class SYCLIntegrationHeader {
398
/// Descriptor of kernel actual parameters.
399
SmallVector<KernelParamDesc, 8> Params;
400
401
- // Whether kernel calls any of the SYCL free functions (this_item(), this_id(), etc)
+ // Whether kernel calls any of the SYCL free functions (this_item(),
402
+ // this_id(), etc)
403
KernelCallsSYCLFreeFunction FreeFunctionCalls;
404
405
KernelDesc() = default;
0 commit comments