From: Hans Wennborg Date: Thu, 29 Aug 2019 13:49:56 +0000 (+0000) Subject: ReleaseNotes: drop in-progress warning and empty sections X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13589774df6079633524cf9ee19597edce920326;p=clang ReleaseNotes: drop in-progress warning and empty sections git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_90@370358 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 8fec01d3e1..f8a8298db2 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 `_ -.. warning:: - - These are in-progress notes for the upcoming Clang 9 release. - Release notes for previous releases can be found on - `the Download Page `_. Introduction ============ @@ -30,10 +25,6 @@ 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 `_. What's New in Clang 9.0.0? ========================== @@ -48,12 +39,7 @@ Major New Features - Experimental support for :ref:`C++ for OpenCL ` 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 this release However, to retrieve Clang's version, please favor the one of the macro defined in :ref:`clang namespaced version 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 system should adjust accordingly. 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 ============