clang-tools 22.0.0git
|
The check flags dereferences and non-pointer declarations of objects that are not meant to be passed by value, such as C FILE objects. More...
#include <NonCopyableObjects.h>
Public Member Functions | |
NonCopyableObjectsCheck (StringRef Name, ClangTidyContext *Context) | |
void | registerMatchers (ast_matchers::MatchFinder *Finder) override |
void | check (const ast_matchers::MatchFinder::MatchResult &Result) override |
The check flags dereferences and non-pointer declarations of objects that are not meant to be passed by value, such as C FILE objects.
Definition at line 18 of file NonCopyableObjects.h.
|
inline |
Definition at line 20 of file NonCopyableObjects.h.
|
override |
Definition at line 51 of file NonCopyableObjects.cpp.
|
override |
Definition at line 17 of file NonCopyableObjects.cpp.