|
clang-tools 22.0.0git
|
Flags dereferences and non-pointer declarations of objects that are not meant to be passed by value, such as C FILE objects. More...
#include <NonCopyableObjectsCheck.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 |
Flags dereferences and non-pointer declarations of objects that are not meant to be passed by value, such as C FILE objects.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/misc/non-copyable-objects.html
Definition at line 21 of file NonCopyableObjectsCheck.h.
|
inline |
Definition at line 23 of file NonCopyableObjectsCheck.h.
|
override |
Definition at line 51 of file NonCopyableObjectsCheck.cpp.
|
override |
Definition at line 17 of file NonCopyableObjectsCheck.cpp.