Skip to content

Commit 78ecdd5

Browse files
committed
ReleaseNotes: drop in-progress warning and empty sections
llvm-svn: 370358
1 parent e7ecc55 commit 78ecdd5

File tree

1 file changed

+3
-85
lines changed

1 file changed

+3
-85
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 3 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
1-
=======================================
2-
Clang 9.0.0 (In-Progress) Release Notes
3-
=======================================
1+
=========================
2+
Clang 9.0.0 Release Notes
3+
=========================
44

55
.. contents::
66
:local:
77
:depth: 2
88

99
Written by the `LLVM Team <https://llvm.org/>`_
1010

11-
.. warning::
12-
13-
These are in-progress notes for the upcoming Clang 9 release.
14-
Release notes for previous releases can be found on
15-
`the Download Page <https://releases.llvm.org/download.html>`_.
1611

1712
Introduction
1813
============
@@ -30,10 +25,6 @@ For more information about Clang or LLVM, including information about the
3025
latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or the
3126
`LLVM Web Site <https://llvm.org>`_.
3227

33-
Note that if you are reading this file from a Subversion checkout or the
34-
main Clang web page, this document applies to the *next* release, not
35-
the current one. To see the release notes for a specific release, please
36-
see the `releases page <https://llvm.org/releases/>`_.
3728

3829
What's New in Clang 9.0.0?
3930
==========================
@@ -48,12 +39,7 @@ Major New Features
4839

4940
- Experimental support for :ref:`C++ for OpenCL <openclcpp>` has been
5041
added.
51-
- ...
52-
53-
Improvements to Clang's diagnostics
54-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5542

56-
- ...
5743

5844
Non-comprehensive list of changes in this release
5945
-------------------------------------------------
@@ -64,8 +50,6 @@ Non-comprehensive list of changes in this release
6450
However, to retrieve Clang's version, please favor the one of the macro
6551
defined in :ref:`clang namespaced version macros <languageextensions-builtin-macros>`.
6652

67-
- ...
68-
6953

7054
New Compiler Flags
7155
------------------
@@ -77,30 +61,12 @@ New Compiler Flags
7761
activities (file parsing, template instantiation) and backend activities
7862
(modules and functions being optimized, optimization passes).
7963

80-
Deprecated Compiler Flags
81-
-------------------------
82-
83-
The following options are deprecated and ignored. They will be removed in
84-
future versions of Clang.
85-
86-
- ...
8764

8865
Modified Compiler Flags
8966
-----------------------
9067

9168
- ``clang -dumpversion`` now returns the version of Clang itself.
9269

93-
- ...
94-
95-
New Pragmas in Clang
96-
--------------------
97-
98-
- ...
99-
100-
Attribute Changes in Clang
101-
--------------------------
102-
103-
- ...
10470

10571
Windows Support
10672
---------------
@@ -133,12 +99,6 @@ C Language Changes in Clang
13399
still a few unsupported corner cases in Clang's integrated assembler and
134100
IfConverter. Please file bugs for any issues you run into.
135101

136-
- ...
137-
138-
C11 Feature Support
139-
^^^^^^^^^^^^^^^^^^^
140-
141-
...
142102

143103
C++ Language Changes in Clang
144104
-----------------------------
@@ -151,12 +111,6 @@ C++ Language Changes in Clang
151111

152112
(2) There is no address space deduction.
153113

154-
- ...
155-
156-
C++1z Feature Support
157-
^^^^^^^^^^^^^^^^^^^^^
158-
159-
...
160114

161115
Objective-C Language Changes in Clang
162116
-------------------------------------
@@ -252,10 +206,6 @@ Implemented features are:
252206
- Overloads with generic address space are added to all atomic
253207
builtin functions, including the ones prior to OpenCL v2.0.
254208

255-
ABI Changes in Clang
256-
--------------------
257-
258-
- ...
259209

260210
OpenMP Support in Clang
261211
-----------------------
@@ -295,12 +245,6 @@ release of Clang. Users of the build system should adjust accordingly.
295245
library instead of statically linking clang's components. This option will
296246
reduce the size of binary distributions at the expense of compiler performance.
297247

298-
- ...
299-
300-
AST Matchers
301-
------------
302-
303-
- ...
304248

305249
clang-format
306250
------------
@@ -377,32 +321,6 @@ Static Analyzer
377321

378322
- CTU now handles virtual functions as well.
379323

380-
.. _release-notes-ubsan:
381-
382-
Undefined Behavior Sanitizer (UBSan)
383-
------------------------------------
384-
385-
- ...
386-
387-
Core Analysis Improvements
388-
==========================
389-
390-
- ...
391-
392-
New Issues Found
393-
================
394-
395-
- ...
396-
397-
Python Binding Changes
398-
----------------------
399-
400-
The following methods have been added:
401-
402-
- ...
403-
404-
Significant Known Problems
405-
==========================
406324

407325
Linux Kernel
408326
============

0 commit comments

Comments
 (0)