[PATCH] D76572: Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_cast. No functional change
James Henderson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 26 01:35:31 PDT 2020
jhenderson added a comment.
In D76572#1942024 <https://reviews.llvm.org/D76572#1942024>, @Quuxplusone wrote:
> Btw, @jhenderson and @rsmith, if you wanted to land your own files' pieces of this patch while waiting on whoever-it-is to approve the pieces in other files, that'd be cool. As I mentioned initially, I don't have the access necessary to land any part of it myself.
>From my point of view, I don't see any particular rush to land this, so let's just keep it all as one, and wait for the other bits to be reviewed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76572/new/
https://reviews.llvm.org/D76572
More information about the cfe-commits
mailing list