clang-tools 22.0.0git
|
Flags uses of absl::StrCat to append to a string. More...
#include <StrCatAppendCheck.h>
Public Member Functions | |
StrCatAppendCheck (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 uses of absl::StrCat to append to a string.
Suggests absl::StrAppend should be used instead.
For the user-facing documentation see: https://clang.llvm.org/extra/clang-tidy/checks/abseil/str-cat-append.html
Definition at line 21 of file StrCatAppendCheck.h.
|
inline |
Definition at line 23 of file StrCatAppendCheck.h.
|
override |
Definition at line 73 of file StrCatAppendCheck.cpp.
|
inlineoverride |
Definition at line 25 of file StrCatAppendCheck.h.
|
override |
Definition at line 42 of file StrCatAppendCheck.cpp.