[llvm-branch-commits] [clang-tools-extra-branch] r341663 - ReleaseNotes: tidy up for the release

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Sep 7 07:24:36 PDT 2018


Author: hans
Date: Fri Sep  7 07:24:36 2018
New Revision: 341663

URL: http://llvm.org/viewvc/llvm-project?rev=341663&view=rev
Log:
ReleaseNotes: tidy up for the release

Modified:
    clang-tools-extra/branches/release_70/docs/ReleaseNotes.rst

Modified: clang-tools-extra/branches/release_70/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/branches/release_70/docs/ReleaseNotes.rst?rev=341663&r1=341662&r2=341663&view=diff
==============================================================================
--- clang-tools-extra/branches/release_70/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/branches/release_70/docs/ReleaseNotes.rst Fri Sep  7 07:24:36 2018
@@ -1,18 +1,13 @@
-===================================================
-Extra Clang Tools 7.0.0 (In-Progress) Release Notes
-===================================================
+=====================================
+Extra Clang Tools 7.0.0 Release Notes
+=====================================
 
 .. contents::
    :local:
    :depth: 3
 
-Written by the `LLVM Team <http://llvm.org/>`_
+Written by the `LLVM Team <https://llvm.org/>`_
 
-.. warning::
-
-   These are in-progress notes for the upcoming Extra Clang Tools 7 release.
-   Release notes for previous releases can be found on
-   `the Download Page <http://releases.llvm.org/download.html>`_.
 
 Introduction
 ============
@@ -21,16 +16,11 @@ This document contains the release notes
 Clang release 7.0.0. Here we describe the status of the Extra Clang Tools in
 some detail, including major improvements from the previous release and new
 feature work. All LLVM releases may be downloaded from the `LLVM releases web
-site <http://llvm.org/releases/>`_.
+site <https://llvm.org/releases/>`_.
 
 For more information about Clang or LLVM, including information about
-the latest release, please see the `Clang Web Site <http://clang.llvm.org>`_ or
-the `LLVM Web Site <http://llvm.org>`_.
-
-Note that if you are reading this file from a Subversion checkout or the
-main Clang web page, this document applies to the *next* release, not
-the current one. To see the release notes for a specific release, please
-see the `releases page <http://llvm.org/releases/>`_.
+the latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or
+the `LLVM Web Site <https://llvm.org>`_.
 
 What's New in Extra Clang Tools 7.0.0?
 ======================================
@@ -39,21 +29,6 @@ Some of the major new features and impro
 here. Generic improvements to Extra Clang Tools as a whole or to its underlying
 infrastructure are described first, followed by tool-specific sections.
 
-Major New Features
-------------------
-
-...
-
-Improvements to clang-query
----------------------------
-
-The improvements are...
-
-Improvements to clang-rename
-----------------------------
-
-The improvements are...
-
 Improvements to clang-tidy
 --------------------------
 
@@ -116,7 +91,7 @@ Improvements to clang-tidy
   <clang-tidy/checks/cert-msc51-cpp>` check
 
   Detects inappropriate seeding of C++ random generators and C ``srand()`` function.
-  
+
 - New :doc:`cppcoreguidelines-avoid-goto
   <clang-tidy/checks/cppcoreguidelines-avoid-goto>` check.
 
@@ -127,7 +102,7 @@ Improvements to clang-tidy
 - New :doc:`cppcoreguidelines-narrowing-conversions
   <clang-tidy/checks/cppcoreguidelines-narrowing-conversions>` check
 
-  Checks for narrowing conversions, e. g. ``int i = 0; i += 0.1;``.
+  Checks for narrowing conversions, e.g. ``int i = 0; i += 0.1;``.
 
 - New :doc:`fuchsia-multiple-inheritance
   <clang-tidy/checks/fuchsia-multiple-inheritance>` check.
@@ -135,12 +110,12 @@ Improvements to clang-tidy
   Warns if a class inherits from multiple classes that are not pure virtual.
 
 - New `fuchsia-restrict-system-includes
-  <http://clang.llvm.org/extra/clang-tidy/checks/fuchsia-restrict-system-includes.html>`_ check
+  <https://clang.llvm.org/extra/clang-tidy/checks/fuchsia-restrict-system-includes.html>`_ check
 
   Checks for allowed system includes and suggests removal of any others.
 
 - New `fuchsia-statically-constructed-objects
-  <http://clang.llvm.org/extra/clang-tidy/checks/fuchsia-statically-constructed-objects.html>`_ check
+  <https://clang.llvm.org/extra/clang-tidy/checks/fuchsia-statically-constructed-objects.html>`_ check
 
   Warns if global, non-trivial objects with static storage are constructed,
   unless the object is statically initialized with a ``constexpr`` constructor
@@ -268,13 +243,3 @@ Improvements to clang-tidy
   <clang-tidy/checks/bugprone-unused-raii>`
 
 - The 'google-runtime-member-string-references' check was removed.
-
-Improvements to include-fixer
------------------------------
-
-The improvements are...
-
-Improvements to modularize
---------------------------
-
-The improvements are...




More information about the llvm-branch-commits mailing list