clang-tools 22.0.0git
|
Detects incorrect usages of std::enable_if that don't name the nested / type type. More...
#include <IncorrectEnableIfCheck.h>
Public Member Functions | |
IncorrectEnableIfCheck (StringRef Name, ClangTidyContext *Context) | |
void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
bool | isLanguageVersionSupported (const LangOptions &LangOpts) const override |
Detects incorrect usages of std::enable_if that don't name the nested / type type.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/incorrect-enable-if.html
Definition at line 21 of file IncorrectEnableIfCheck.h.
|
inline |
Definition at line 23 of file IncorrectEnableIfCheck.h.
|
override |
Definition at line 43 of file IncorrectEnableIfCheck.cpp.
|
inlineoverride |
Definition at line 27 of file IncorrectEnableIfCheck.h.
|
override |
Definition at line 32 of file IncorrectEnableIfCheck.cpp.