clang-tools
10.0.0git
|
Classes | |
class | IntegerTypesCheck |
Finds uses of short , long and long long and suggest replacing them with u?intXX(_t)? . More... | |
class | NonConstReferences |
Checks the usage of non-constant references in function parameters. More... | |
class | OverloadedUnaryAndCheck |
Finds overloads of unary operator & . More... | |