From: Eugene Zelenko Date: Wed, 10 Aug 2016 18:15:51 +0000 (+0000) Subject: [Release Notes] Consistency in Clang-tidy entries' style. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdfdb4f1109361be236cf1f0289bab40afd41ed4;p=platform%2Fupstream%2Fllvm.git [Release Notes] Consistency in Clang-tidy entries' style. llvm-svn: 278262 --- diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 20ee2c3..0a8d12d 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -72,9 +72,8 @@ Improvements to clang-tidy - New `performance-inefficient-string-concatenation `_ 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 -----------------------------