[PATCH] D20196: [clang-tidy] Inefficient string operation
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Fri May 13 07:16:23 PDT 2016
Eugene.Zelenko added inline comments.
================
Comment at: docs/ReleaseNotes.rst:191
@@ +190,3 @@
+ This check is to warn about the performance overhead arising from concatenating
+ strings, using the operator+, instead of operator+=.
+
----------------
Please highlight operator+ and operator+= with ``.
http://reviews.llvm.org/D20196
More information about the cfe-commits
mailing list