[PATCH] D76572: Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_cast. No functional change

Arthur O'Dwyer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 27 12:31:28 PST 2020


Quuxplusone added a subscriber: oneraynyday.
Quuxplusone added a comment.

In D76572#2472221 <https://reviews.llvm.org/D76572#2472221>, @lebedev.ri wrote:

> Do you plan to follow-up with the diagnostic itself, in some form?

No, I don't. My diagnostic code was just an ad-hoc noisy hack with no hope of ever passing Clang's test suite.
But @oneraynyday's D89765 <https://reviews.llvm.org/D89765> will be of interest to you.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76572



More information about the llvm-commits mailing list