|
clang-tools 22.0.0git
|
Looks for local Twine variables which are prone to use after frees and should be generally avoided. More...
#include <TwineLocalCheck.h>
Public Member Functions | |
| TwineLocalCheck (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 |
Looks for local Twine variables which are prone to use after frees and should be generally avoided.
Definition at line 18 of file TwineLocalCheck.h.
|
inline |
Definition at line 20 of file TwineLocalCheck.h.
|
override |
Definition at line 26 of file TwineLocalCheck.cpp.
|
inlineoverride |
Definition at line 22 of file TwineLocalCheck.h.
|
override |
Definition at line 18 of file TwineLocalCheck.cpp.