.. title:: clang-tidy - google-readability-casting

google-readability-casting
==========================

The `google-readability-casting` check is an alias, please see
:doc:`modernize-avoid-c-style-cast <../modernize/avoid-c-style-cast>`
for more information.

Finds usages of C-style casts.

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

Corresponding cpplint.py check name: `readability/casting`.
