[PATCH] D145311: [clang-tidy] Make abseil-redundant-strcat-calls checker use <string> header
Piotr Zegar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 10 02:00:16 PST 2023
PiotrZSL accepted this revision.
PiotrZSL added a comment.
This revision is now accepted and ready to land.
It's fine, absl::StrCat returns std::string.
So those changes are correct.
Here you can find source code https://github.com/abseil/abseil-cpp/blob/master/absl/strings/str_cat.h
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145311/new/
https://reviews.llvm.org/D145311
More information about the cfe-commits
mailing list