Eugene.Zelenko added a comment.

Example in documentation was not fixed.



================
Comment at: docs/clang-tidy/checks/abseil-redundant-strcat-calls.rst:16
+
+       std::string s = absl::StrCat("A", absl::StrCat("B", absll::StrCat("C", 
"D")));
+         std::string s = absl::StrCat("A", "B", "C", "D");
----------------
Will be good idea to add before/after comments. Indentation is not fixed and 
empty line was not inserted. Same or second example.


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