[PATCH] D145311: [clang-tidy] Make abseil-redundant-strcat-calls checker use <string> header

Mike Crowe via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 11 09:34:09 PST 2023


mikecrowe added a comment.

In D145311#4184159 <https://reviews.llvm.org/D145311#4184159>, @PiotrZSL wrote:

> It's fine, absl::StrCat returns std::string.
> So those changes are correct.

Thanks. Would you like me to remove the unnecessary noise from the commit message then, or will you do that as part of landing it?


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