|
clang-tools 22.0.0git
|
Classes | |
| class | AvoidUnderscoreInGoogletestNameCheck |
| For the user-facing documentation see: https://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... | |
Enumerations | |
| enum class | StyleKind { Parentheses , Hyphen } |
Functions | |
| static bool | isGoogletestTestMacro (StringRef MacroName) |
Variables | |
| constexpr llvm::StringLiteral | KDisabledTestPrefix = "DISABLED_" |
|
strong |
| Enumerator | |
|---|---|
| Parentheses | |
| Hyphen | |
Definition at line 18 of file TodoCommentCheck.cpp.
|
static |
Definition at line 23 of file AvoidUnderscoreInGoogletestNameCheck.cpp.
|
constexpr |
Definition at line 20 of file AvoidUnderscoreInGoogletestNameCheck.cpp.