[Release Notes] Consistency in Clang-tidy entries' style.
authorEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 10 Aug 2016 18:15:51 +0000 (18:15 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 10 Aug 2016 18:15:51 +0000 (18:15 +0000)
llvm-svn: 278262

clang-tools-extra/docs/ReleaseNotes.rst

index 20ee2c3..0a8d12d 100644 (file)
@@ -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
 -----------------------------