Extra Clang Tools 3.8 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-styleguide.googlecode.com/svn/trunk/cppguide.html#Integer_Types.

Correspondig cpplint.py check: ‘runtime/int’.

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