[clang-tools-extra] r336849 - [Documentation] Link format and order of Clang-tidy changes in Release Notes

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 11 13:41:16 PDT 2018


Author: eugenezelenko
Date: Wed Jul 11 13:41:16 2018
New Revision: 336849

URL: http://llvm.org/viewvc/llvm-project?rev=336849&view=rev
Log:
[Documentation] Link format and order of Clang-tidy changes 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=336849&r1=336848&r2=336849&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Wed Jul 11 13:41:16 2018
@@ -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
 -----------------------------
 




More information about the cfe-commits mailing list