google-readability-casting

查找 C 样式强制转换的使用情况。

https://google.github.io/styleguide/cppguide.html#Casting

对应的 cpplint.py 检查名称:readability/casting

此检查类似于 -Wold-style-cast,但它在某些情况下建议自动修复。报告的位置应该与 -Wold-style-cast 生成的位置相同。