clang-tools  3.9.0
Classes | Namespaces
IntegerTypesCheck.h File Reference
#include "../ClangTidy.h"
#include <memory>
Include dependency graph for IntegerTypesCheck.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::tidy::google::runtime::IntegerTypesCheck
 Finds uses of short, long and long long and suggest replacing them with u?intXX(_t)?. More...
 

Namespaces

 clang
 -rename
 
 clang::tidy
 
 clang::tidy::google
 
 clang::tidy::google::runtime