[PATCH] Permit OpenCL event_t's to be constructed from integer value 0.

Richard Smith richard at metafoo.co.uk
Fri Feb 21 12:26:09 PST 2014


  We already allow passing `0` in such cases. I don't see any provision for allowing explicit casts from `0` to `event_t`. The "Explicit Casts" section says nothing about it, for instance.

http://llvm-reviews.chandlerc.com/D2860



More information about the cfe-commits mailing list