[clang-tools-extra] r339590 - [Documentation] Remove unnecessary placeholder, grammar fix in Release Notes.

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 13 10:55:48 PDT 2018


Author: eugenezelenko
Date: Mon Aug 13 10:55:48 2018
New Revision: 339590

URL: http://llvm.org/viewvc/llvm-project?rev=339590&view=rev
Log:
[Documentation] Remove unnecessary placeholder, grammar fix in Release Notes.

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=339590&r1=339589&r2=339590&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Mon Aug 13 10:55:48 2018
@@ -57,12 +57,10 @@ The improvements are...
 Improvements to clang-tidy
 --------------------------
 
-The improvements are...
-
 - New :doc:`readability-magic-numbers
   <clang-tidy/checks/readability-magic-numbers>` check.
 
-  Detect usage of magic numbers, numbers that are used as literals instead of
+  Detects usage of magic numbers, numbers that are used as literals instead of
   introduced via constants or symbols.
 
 Improvements to include-fixer




More information about the cfe-commits mailing list