clang-tools
10.0.0git
|
Classes | |
class | AvoidCStyleCastsCheck |
Finds usages of C-style casts. More... | |
class | AvoidUnderscoreInGoogletestNameCheck |
class | GlobalNamesInHeadersCheck |
Flag global namespace pollution in header files. More... | |
class | TodoCommentCheck |
Finds TODO comments without a username or bug number. More... | |
Functions | |
static bool | needsConstCast (QualType SourceType, QualType DestType) |
static bool | pointedUnqualifiedTypesAreEqual (QualType T1, QualType T2) |
static bool | isGoogletestTestMacro (StringRef MacroName) |
Variables | |
constexpr llvm::StringLiteral | kDisabledTestPrefix = "DISABLED_" |
|
static |
Definition at line 25 of file AvoidUnderscoreInGoogletestNameCheck.cpp.
|
static |
Definition at line 36 of file AvoidCStyleCastsCheck.cpp.
|
static |
Definition at line 49 of file AvoidCStyleCastsCheck.cpp.
constexpr llvm::StringLiteral clang::tidy::google::readability::kDisabledTestPrefix = "DISABLED_" |
Definition at line 22 of file AvoidUnderscoreInGoogletestNameCheck.cpp.