|
clang-tools 23.0.0git
|
Simplifies llvm::TypeSwitch Case calls by removing redundant explicit template arguments or replacing 'auto' lambda parameters with explicit types. More...
#include <TypeSwitchCaseTypesCheck.h>
Public Member Functions | |
| void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
| void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
| bool | isLanguageVersionSupported (const LangOptions &LangOpts) const override |
Simplifies llvm::TypeSwitch Case calls by removing redundant explicit template arguments or replacing 'auto' lambda parameters with explicit types.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/llvm/type-switch-case-types.html
Definition at line 22 of file TypeSwitchCaseTypesCheck.h.
|
override |
Definition at line 32 of file TypeSwitchCaseTypesCheck.cpp.
|
inlineoverride |
Definition at line 28 of file TypeSwitchCaseTypesCheck.h.
|
override |
Definition at line 17 of file TypeSwitchCaseTypesCheck.cpp.