Extra Clang Tools 3.9 documentation

clang-tidy - google-runtime-int

«  google-readability-todo   ::   Contents   ::   google-runtime-member-string-references  »

google-runtime-int

Finds uses of short, long and long long and suggest replacing them with u?intXX(_t)?.

The corresponding style guide rule: https://google.github.io/styleguide/cppguide.html#Integer_Types.

Correspondig cpplint.py check: runtime/int.

«  google-readability-todo   ::   Contents   ::   google-runtime-member-string-references  »