Skip to content

Commit 2841252

Browse files
committed
reviewer requests
Signed-off-by: Chris Perkins <[email protected]>
1 parent 0ecd023 commit 2841252

File tree

1 file changed

+1
-2
lines changed
  • clang/include/clang/Sema

1 file changed

+1
-2
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,7 @@ class SYCLIntegrationHeader {
398398
/// Descriptor of kernel actual parameters.
399399
SmallVector<KernelParamDesc, 8> Params;
400400

401-
// Whether kernel calls this_item()
402-
// bool CallsThisItem;
401+
// Whether kernel calls any of the SYCL free functions (this_item(), this_id(), etc)
403402
KernelCallsSYCLFreeFunction FreeFunctionCalls;
404403

405404
KernelDesc() = default;

0 commit comments

Comments
 (0)