[PATCH] D63876: [OpenCL] Define CLK_NULL_EVENT without cast

Sven van Haastregt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 03:33:31 PDT 2019


svenvh added a comment.

In D63876#1565004 <https://reviews.llvm.org/D63876#1565004>, @Anastasia wrote:

> btw, there seems to be the same issue with `reserve_id_t`?


Yes, `CLK_NULL_RESERVE_ID` has the same cast.  I don't have any use case that is affected by it at the moment, so I left it out of this patch.  But I can also update it if you prefer.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63876/new/

https://reviews.llvm.org/D63876





More information about the cfe-commits mailing list