|
clang-tools 22.0.0git
|
Flags all occurrences of reinterpret_cast. More...
#include <ProTypeReinterpretCastCheck.h>
Public Member Functions | |
| ProTypeReinterpretCastCheck (StringRef Name, ClangTidyContext *Context) | |
| bool | isLanguageVersionSupported (const LangOptions &LangOpts) const override |
| void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
| void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
Flags all occurrences of reinterpret_cast.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/cppcoreguidelines/pro-type-reinterpret-cast.html
Definition at line 20 of file ProTypeReinterpretCastCheck.h.
|
inline |
Definition at line 22 of file ProTypeReinterpretCastCheck.h.
|
override |
Definition at line 20 of file ProTypeReinterpretCastCheck.cpp.
|
inlineoverride |
Definition at line 24 of file ProTypeReinterpretCastCheck.h.
|
override |
Definition at line 16 of file ProTypeReinterpretCastCheck.cpp.