[Documentation] Link format and order of Clang-tidy changes in Release Notes
authorEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 11 Jul 2018 20:41:16 +0000 (20:41 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Wed, 11 Jul 2018 20:41:16 +0000 (20:41 +0000)
llvm-svn: 336849

clang-tools-extra/docs/ReleaseNotes.rst

index 3abec82..9937354 100644 (file)
@@ -95,6 +95,16 @@ Improvements to clang-tidy
 
   Warns on unused function return values.
 
+- New :doc:`cert-msc32-c
+  <clang-tidy/checks/cert-properly-seeded-random-generator>` check
+
+  Detects inappropriate seeding of ``srand()`` function.
+
+- New :doc:`cert-msc51-cpp
+  <clang-tidy/checks/cert-properly-seeded-random-generator>` check
+
+  Detects inappropriate seeding of C++ random generators and C ``srand()`` function.
+  
 - New :doc:`cppcoreguidelines-avoid-goto
   <clang-tidy/checks/cppcoreguidelines-avoid-goto>` check.
 
@@ -253,17 +263,6 @@ Improvements to clang-tidy
 
 - The 'google-runtime-member-string-references' check was removed.
 
-- New `cert-msc51-cpp
-  <http://clang.llvm.org/extra/clang-tidy/checks/cert-properly-seeded-random-generator.html>`_ check
-
-  Detects inappropriate seeding of C++ random generators and C ``srand()`` function.
-  
-- New `cert-msc32-c
-  <http://clang.llvm.org/extra/clang-tidy/checks/cert-properly-seeded-random-generator.html>`_ check
-
-  Detects inappropriate seeding of ``srand()`` function.
-
-
 Improvements to include-fixer
 -----------------------------