[PATCH] D95608: [OpenCL][PR48896] Fix address space in binding of initializer lists to references

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 3 02:56:50 PST 2021


Anastasia added a comment.

In D95608#2537316 <https://reviews.llvm.org/D95608#2537316>, @rjmccall wrote:

> Thanks, LGTM.
>
> I think idiomatically we normally just use `(void)` instead of spelling it out with `static_cast`, since there's only one possible meaning for a cast to `void`.  I don't care deeply about it; if you make that change, feel free to make it as part of committing.

Thanks, sure I will stick to the existing practices and update this. Thanks!


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

https://reviews.llvm.org/D95608



More information about the cfe-commits mailing list