[PATCH] D76572: Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_cast. No functional change
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 23 13:38:50 PDT 2020
rsmith added a comment.
In D76572#1937641 <https://reviews.llvm.org/D76572#1937641>, @Quuxplusone wrote:
> [...] take my word for it, you **don't** want to start with the code I wrote the other day. :)
Understood, thanks :) (FWIW, I had a stab at implementing essentially this last year and hit exactly the issues you highlighted.)
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