================
@@ -1615,6 +1615,9 @@ enum StmtCode {
   /// A SYCLKernelCallStmt record.
   STMT_SYCLKERNELCALL,
 
+  /// A SYCLKernelCallStmt record.
----------------
bader wrote:

Please, make the difference between `STMT_SYCLKERNELCALL` and 
`STMT_UNRESOLVED_SYCL_KERNEL_CALL` clear in this comment.

Otherwise, it makes sense to unify these statement codes under a single comment 
like this (i.e. remove a separator):
```c++
  /// A SYCLKernelCallStmt record.
  STMT_SYCLKERNELCALL,
  STMT_UNRESOLVED_SYCL_KERNEL_CALL,

  /// A GCC-style AsmStmt record.
```

https://github.com/llvm/llvm-project/pull/152403
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to