[PATCH] D20196: [clang-tidy] Inefficient string operation
Bittner Barni via cfe-commits
cfe-commits at lists.llvm.org
Fri May 13 07:36:58 PDT 2016
bittnerbarni updated this revision to Diff 57185.
http://reviews.llvm.org/D20196
Files:
docs/clang-tidy/checks/performance-inefficient-string-addition.rst
Index: docs/clang-tidy/checks/performance-inefficient-string-addition.rst
===================================================================
--- docs/clang-tidy/checks/performance-inefficient-string-addition.rst
+++ docs/clang-tidy/checks/performance-inefficient-string-addition.rst
@@ -5,7 +5,7 @@
The problem
-----------
-This check is to warn about the performance overhead arising from concatenating strings, using the operator+, for instance:
+This check is to warn about the performance overhead arising from concatenating strings, using the ``operator+``, for instance:
.. code:: c++
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20196.57185.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160513/f0fcb9c5/attachment.bin>
More information about the cfe-commits
mailing list