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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to