[llvm-branch-commits] [cfe-branch] r370358 - ReleaseNotes: drop in-progress warning and empty sections

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 29 06:49:56 PDT 2019


Author: hans
Date: Thu Aug 29 06:49:56 2019
New Revision: 370358

URL: http://llvm.org/viewvc/llvm-project?rev=370358&view=rev
Log:
ReleaseNotes: drop in-progress warning and empty sections

Modified:
    cfe/branches/release_90/docs/ReleaseNotes.rst

Modified: cfe/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_90/docs/ReleaseNotes.rst?rev=370358&r1=370357&r2=370358&view=diff
==============================================================================
--- cfe/branches/release_90/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_90/docs/ReleaseNotes.rst Thu Aug 29 06:49:56 2019
@@ -1,6 +1,6 @@
-=======================================
-Clang 9.0.0 (In-Progress) Release Notes
-=======================================
+=========================
+Clang 9.0.0 Release Notes
+=========================
 
 .. contents::
    :local:
@@ -8,11 +8,6 @@ Clang 9.0.0 (In-Progress) Release Notes
 
 Written by the `LLVM Team <https://llvm.org/>`_
 
-.. warning::
-
-   These are in-progress notes for the upcoming Clang 9 release.
-   Release notes for previous releases can be found on
-   `the Download Page <https://releases.llvm.org/download.html>`_.
 
 Introduction
 ============
@@ -30,10 +25,6 @@ For more information about Clang or LLVM
 latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or the
 `LLVM Web Site <https://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 <https://llvm.org/releases/>`_.
 
 What's New in Clang 9.0.0?
 ==========================
@@ -48,12 +39,7 @@ Major New Features
 
 - Experimental support for :ref:`C++ for OpenCL <openclcpp>` has been
   added.
-- ...
-
-Improvements to Clang's diagnostics
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
-- ...
 
 Non-comprehensive list of changes in this release
 -------------------------------------------------
@@ -64,8 +50,6 @@ Non-comprehensive list of changes in thi
   However, to retrieve Clang's version, please favor the one of the macro
   defined in :ref:`clang namespaced version macros <languageextensions-builtin-macros>`.
 
-- ...
-
 
 New Compiler Flags
 ------------------
@@ -77,30 +61,12 @@ New Compiler Flags
   activities (file parsing, template instantiation) and backend activities
   (modules and functions being optimized, optimization passes).
 
-Deprecated Compiler Flags
--------------------------
-
-The following options are deprecated and ignored. They will be removed in
-future versions of Clang.
-
-- ...
 
 Modified Compiler Flags
 -----------------------
 
 - ``clang -dumpversion`` now returns the version of Clang itself.
 
-- ...
-
-New Pragmas in Clang
---------------------
-
-- ...
-
-Attribute Changes in Clang
---------------------------
-
-- ...
 
 Windows Support
 ---------------
@@ -133,12 +99,6 @@ C Language Changes in Clang
   still a few unsupported corner cases in Clang's integrated assembler and
   IfConverter. Please file bugs for any issues you run into.
 
-- ...
-
-C11 Feature Support
-^^^^^^^^^^^^^^^^^^^
-
-...
 
 C++ Language Changes in Clang
 -----------------------------
@@ -151,12 +111,6 @@ C++ Language Changes in Clang
 
   (2) There is no address space deduction.
 
-- ...
-
-C++1z Feature Support
-^^^^^^^^^^^^^^^^^^^^^
-
-...
 
 Objective-C Language Changes in Clang
 -------------------------------------
@@ -252,10 +206,6 @@ Implemented features are:
 - Overloads with generic address space are added to all atomic
   builtin functions, including the ones prior to OpenCL v2.0.
 
-ABI Changes in Clang
---------------------
-
-- ...
 
 OpenMP Support in Clang
 -----------------------
@@ -295,12 +245,6 @@ release of Clang. Users of the build sys
   library instead of statically linking clang's components. This option will
   reduce the size of binary distributions at the expense of compiler performance.
 
-- ...
-
-AST Matchers
-------------
-
-- ...
 
 clang-format
 ------------
@@ -377,32 +321,6 @@ Static Analyzer
 
 - CTU now handles virtual functions as well.
 
-.. _release-notes-ubsan:
-
-Undefined Behavior Sanitizer (UBSan)
-------------------------------------
-
-- ...
-
-Core Analysis Improvements
-==========================
-
-- ...
-
-New Issues Found
-================
-
-- ...
-
-Python Binding Changes
-----------------------
-
-The following methods have been added:
-
--  ...
-
-Significant Known Problems
-==========================
 
 Linux Kernel
 ============




More information about the llvm-branch-commits mailing list