clang-tools 22.0.0git
|
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/multiple-new-in-one-expression.html. More...
#include <MultipleNewInOneExpressionCheck.h>
Public Member Functions | |
MultipleNewInOneExpressionCheck (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 |
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/multiple-new-in-one-expression.html.
Definition at line 18 of file MultipleNewInOneExpressionCheck.h.
|
inline |
Definition at line 20 of file MultipleNewInOneExpressionCheck.h.
|
override |
Definition at line 123 of file MultipleNewInOneExpressionCheck.cpp.
References clang::tidy::bugprone::isExprValueStored().
|
inlineoverride |
Definition at line 22 of file MultipleNewInOneExpressionCheck.h.
|
override |
Definition at line 77 of file MultipleNewInOneExpressionCheck.cpp.