Skip to content

Commit 6f2f929

Browse files
committed
ReleaseNotes: remove in-progress warnings and empty sections
llvm-svn: 370362
1 parent d6c7f87 commit 6f2f929

File tree

1 file changed

+3
-45
lines changed

1 file changed

+3
-45
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

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

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

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

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

@@ -27,10 +21,6 @@ For more information about Clang or LLVM, including information about
2721
the latest release, please see the `Clang Web Site <https://clang.llvm.org>`_ or
2822
the `LLVM Web Site <https://llvm.org>`_.
2923

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

3525
What's New in Extra Clang Tools 9.0.0?
3626
======================================
@@ -39,10 +29,6 @@ Some of the major new features and improvements to Extra Clang Tools are listed
3929
here. Generic improvements to Extra Clang Tools as a whole or to its underlying
4030
infrastructure are described first, followed by tool-specific sections.
4131

42-
Major New Features
43-
------------------
44-
45-
...
4632

4733
Improvements to clangd
4834
----------------------
@@ -140,20 +126,6 @@ Improvements to clangd
140126
``textDocument.completion.editsNearCursor`` capability to ``true``, and clangd
141127
will provide completions that correct ``.`` to ``->``, and vice-versa.
142128

143-
Improvements to clang-doc
144-
-------------------------
145-
146-
The improvements are...
147-
148-
Improvements to clang-query
149-
---------------------------
150-
151-
The improvements are...
152-
153-
Improvements to clang-rename
154-
----------------------------
155-
156-
The improvements are...
157129

158130
Improvements to clang-tidy
159131
--------------------------
@@ -340,20 +312,6 @@ Improvements to clang-tidy
340312
:doc:`objc-property-declaration <clang-tidy/checks/objc-property-declaration>`
341313
check have been removed.
342314

343-
Improvements to include-fixer
344-
-----------------------------
345-
346-
The improvements are...
347-
348-
Improvements to clang-include-fixer
349-
-----------------------------------
350-
351-
The improvements are...
352-
353-
Improvements to modularize
354-
--------------------------
355-
356-
The improvements are...
357315

358316
Improvements to pp-trace
359317
------------------------

0 commit comments

Comments
 (0)