[clang-tools-extra] r265008 - [docs] Fix a typo, change the style of the clang-tidy release notes a bit.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 31 05:06:58 PDT 2016


Author: alexfh
Date: Thu Mar 31 07:06:54 2016
New Revision: 265008

URL: http://llvm.org/viewvc/llvm-project?rev=265008&view=rev
Log:
[docs] Fix a typo, change the style of the clang-tidy release notes a bit.

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=265008&r1=265007&r2=265008&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Thu Mar 31 07:06:54 2016
@@ -65,12 +65,12 @@ identified.  The improvements since the
 
 - New ``modernize-raw-string-literal`` check
 
-  This check selectively replaces string literals containing escaped
-  characters with raw string literals.
+  selectively replaces string literals containing escaped characters with raw
+  string literals.
 
 - New ``readability-avoid-const-params-in-decls`` check
 
-  This check warns about top-level const parameters in function delcartions.
+  warns about top-level const parameters in function declarations.
 
 Clang-tidy changes from 3.7 to 3.8
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^




More information about the cfe-commits mailing list