15 lines · plain
1.. title:: clang-tidy - google-readability-casting2 3google-readability-casting4==========================5 6Finds usages of C-style casts.7 8https://google.github.io/styleguide/cppguide.html#Casting9 10Corresponding cpplint.py check name: `readability/casting`.11 12This check is similar to ``-Wold-style-cast``, but it suggests automated fixes13in some cases. The reported locations should not be different from the14ones generated by ``-Wold-style-cast``.15