clang-tools
10.0.0git
|
Namespaces | |
build | |
objc | |
readability | |
runtime | |
Classes | |
class | DefaultArgumentsCheck |
Checks that default parameters are not given for virtual methods. More... | |
class | ExplicitConstructorCheck |
Checks that all single-argument constructors are explicit. More... | |
class | GoogleModule |
class | UpgradeGoogletestCaseCheck |
Finds uses of deprecated Googletest APIs with names containing "case" and replaces them with equivalent names containing "suite". More... | |
Functions | |
static SourceRange | FindToken (const SourceManager &Sources, const LangOptions &LangOpts, SourceLocation StartLoc, SourceLocation EndLoc, bool(*Pred)(const Token &)) |
static bool | declIsStdInitializerList (const NamedDecl *D) |
static bool | isStdInitializerList (QualType Type) |
static ClangTidyModuleRegistry::Add< GoogleModule > | X ("google-module", "Adds Google lint checks.") |
static llvm::Optional< llvm::StringRef > | getNewMacroName (llvm::StringRef MacroName) |
static llvm::StringRef | getNewMethodName (llvm::StringRef CurrentName) |
template<typename NodeType > | |
static bool | isInInstantiation (const NodeType &Node, const MatchFinder::MatchResult &Result) |
template<typename NodeType > | |
static bool | isInTemplate (const NodeType &Node, const MatchFinder::MatchResult &Result) |
static bool | derivedTypeHasReplacementMethod (const MatchFinder::MatchResult &Result, llvm::StringRef ReplacementMethod) |
static CharSourceRange | getAliasNameRange (const MatchFinder::MatchResult &Result) |
Variables | |
static const llvm::StringRef | RenameCaseToSuiteMessage |
|
static |
Definition at line 66 of file ExplicitConstructorCheck.cpp.
Referenced by isStdInitializerList().
|
static |
Definition at line 242 of file UpgradeGoogletestCaseCheck.cpp.
|
static |
Definition at line 42 of file ExplicitConstructorCheck.cpp.
|
static |
Definition at line 254 of file UpgradeGoogletestCaseCheck.cpp.
|
static |
Definition at line 24 of file UpgradeGoogletestCaseCheck.cpp.
|
static |
Definition at line 205 of file UpgradeGoogletestCaseCheck.cpp.
|
static |
Definition at line 228 of file UpgradeGoogletestCaseCheck.cpp.
|
static |
Definition at line 234 of file UpgradeGoogletestCaseCheck.cpp.
|
static |
Definition at line 73 of file ExplicitConstructorCheck.cpp.
References declIsStdInitializerList().
|
static |
|
static |
Definition at line 19 of file UpgradeGoogletestCaseCheck.cpp.