[PATCH] D51132: [clang-tidy] abseil-redundant-strcat-calls-check
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 24 10:27:56 PDT 2018
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
Aside from the formatting and one small documentation nit, LGTM!
================
Comment at: docs/clang-tidy/checks/abseil-redundant-strcat-calls.rst:7
+ Suggests removal of unnecessary calls to ``absl::StrCat`` when the result is
+ being passed to another ``absl::StrCat`` or ``absl::StrAppend``.
+
----------------
to another -> to another call to
https://reviews.llvm.org/D51132
More information about the cfe-commits
mailing list