[clang-tools-extra] r278262 - [Release Notes] Consistency in Clang-tidy entries' style.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 10 11:15:51 PDT 2016
Author: eugenezelenko
Date: Wed Aug 10 13:15:51 2016
New Revision: 278262
URL: http://llvm.org/viewvc/llvm-project?rev=278262&view=rev
Log:
[Release Notes] Consistency in Clang-tidy entries' style.
Modified:
clang-tools-extra/trunk/docs/ReleaseNotes.rst
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=278262&r1=278261&r2=278262&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Wed Aug 10 13:15:51 2016
@@ -72,9 +72,8 @@ Improvements to clang-tidy
- New `performance-inefficient-string-concatenation
<http://clang.llvm.org/extra/clang-tidy/checks/performance-inefficient-string-concatenation.html>`_ check
- This check warns about the performance overhead arising from concatenating
- strings using the ``operator+``, instead of ``operator+=``.
-
+ Warns about the performance overhead arising from concatenating strings using
+ the ``operator+``, instead of ``operator+=``.
Improvements to include-fixer
-----------------------------
More information about the cfe-commits
mailing list