clang-tools
4.0.0
|
Classes | |
class | IntegerTypesCheck |
Finds uses of short , long and long long and suggest replacing them with u?intXX(_t)? . More... | |
class | MemsetZeroLengthCheck |
Finds calls to memset with a literal zero in the length argument. More... | |
class | NonConstReferences |
Checks the usage of non-constant references in function parameters. More... | |
class | OverloadedUnaryAndCheck |
Finds overloads of unary operator & . More... | |
class | StringReferenceMemberCheck |
Finds members of type const string& . More... | |
Functions | |
static StringRef | getAsString (const MatchFinder::MatchResult &Result, SourceRange R) |
Get a StringRef representing a SourceRange. More... | |
|
static |
Get a StringRef representing a SourceRange.
Definition at line 36 of file MemsetZeroLengthCheck.cpp.
References SM.
Referenced by clang::tidy::google::runtime::MemsetZeroLengthCheck::check().