[PATCH] D95608: [OpenCL][PR48896] Fix address space in binding of initializer lists to references
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 2 11:35:46 PST 2021
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95608/new/
https://reviews.llvm.org/D95608
More information about the cfe-commits
mailing list