From b0e0f4ec14b512b559e940e7aeb636aff2282ae9 Mon Sep 17 00:00:00 2001 From: Hans Wennborg Date: Fri, 7 Sep 2018 14:24:36 +0000 Subject: ReleaseNotes: tidy up for the release git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/branches/release_70@341663 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 57 ++++++++++----------------------------------------- 1 file changed, 11 insertions(+), 46 deletions(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index ef2f0604..157db97c 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 `_ +Written by the `LLVM Team `_ -.. 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 `_. Introduction ============ @@ -21,16 +16,11 @@ This document contains the release notes for the Extra Clang Tools, part of the 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 `_. +site `_. For more information about Clang or LLVM, including information about -the latest release, please see the `Clang Web Site `_ or -the `LLVM Web Site `_. - -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 `_. +the latest release, please see the `Clang Web Site `_ or +the `LLVM Web Site `_. What's New in Extra Clang Tools 7.0.0? ====================================== @@ -39,21 +29,6 @@ Some of the major new features and improvements to Extra Clang Tools are listed 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 ` check Detects inappropriate seeding of C++ random generators and C ``srand()`` function. - + - New :doc:`cppcoreguidelines-avoid-goto ` check. @@ -127,7 +102,7 @@ Improvements to clang-tidy - New :doc:`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 ` 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 - `_ check + `_ check Checks for allowed system includes and suggests removal of any others. - New `fuchsia-statically-constructed-objects - `_ check + `_ 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 ` - The 'google-runtime-member-string-references' check was removed. - -Improvements to include-fixer ------------------------------ - -The improvements are... - -Improvements to modularize --------------------------- - -The improvements are... -- cgit v1.2.3