clang-tools 20.0.0git
|
Classes | |
class | AvoidCStyleCastsCheck |
Finds usages of C-style casts. More... | |
class | AvoidUnderscoreInGoogletestNameCheck |
For the user-facing documentation see: http://clang.llvm.org/extra/clang-tidy/checks/google/readability-avoid-underscore-in-googletest-name.html. More... | |
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 clang::CharSourceRange | getReplaceRange (const ExplicitCastExpr *Expr) |
static StringRef | getDestTypeString (const SourceManager &SM, const LangOptions &LangOpts, const ExplicitCastExpr *Expr) |
static bool | isGoogletestTestMacro (StringRef MacroName) |
Variables | |
constexpr llvm::StringLiteral | KDisabledTestPrefix = "DISABLED_" |
|
static |
Definition at line 73 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().
|
static |
Definition at line 62 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().
|
static |
Definition at line 24 of file AvoidUnderscoreInGoogletestNameCheck.cpp.
References MacroName.
|
static |
Definition at line 40 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().
|
static |
Definition at line 53 of file AvoidCStyleCastsCheck.cpp.
Referenced by clang::tidy::google::readability::AvoidCStyleCastsCheck::check().
|
constexpr |
Definition at line 21 of file AvoidUnderscoreInGoogletestNameCheck.cpp.