C++ cast conversion tool

Hi,

In the “Ideas for New Tools” section (https://clang.llvm.org/docs/ClangTools.html#ideas-for-new-tools), it mentions a C++ cast conversion tool idea (C-style cast to the appropriate C++ cast).

I was wondering whether this tool has been created or is someone currently working on it, since I wanted to create something like it, but don’t want to unnecessarily duplicate prior work.

Thanks,
Mahesh

There’re quite a few clang-tidy checks along these lines, the closest probably being google-readability-casting.