[PATCH] D76572: Replace `T(x)` with `reinterpret_cast<T>(x)` everywhere it means reinterpret_cast. No functional change
Noel Grandin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 23 01:06:13 PDT 2020
grandinj added a comment.
Libreoffice has a similar clang-tidy-style cast-checker here:
https://cgit.freedesktop.org/libreoffice/core/tree/compilerplugins/clang/cstylecast.cxx
https://cgit.freedesktop.org/libreoffice/core/tree/compilerplugins/clang/test/cstylecast.cxx
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