[DOCS] Minor fixes and removals of WIP warnings

This commit is contained in:
Tobias Hieta 2022-09-04 16:48:01 +02:00
parent be1669163f
commit 28f4245b67
8 changed files with 5 additions and 52 deletions

View file

@ -8,13 +8,6 @@ Extra Clang Tools |release| |ReleaseNotesTitle|
Written by the `LLVM Team <https://llvm.org/>`_
.. only:: PreRelease
.. warning::
These are in-progress notes for the upcoming Extra Clang Tools |version| release.
Release notes for previous releases can be found on
`the Download Page <https://releases.llvm.org/download.html>`_.
Introduction
============

View file

@ -2578,7 +2578,6 @@ Perform ThinLTO importing using provided function summary index
.. option:: -ftime-trace
Turn on time profiler. Generates JSON file based on output filename. Results
can be analyzed with chrome://tracing or `Speedscope App
<https://www.speedscope.app>`_ for flamegraph visualization.

View file

@ -8,13 +8,6 @@ Clang |release| |ReleaseNotesTitle|
Written by the `LLVM Team <https://llvm.org/>`_
.. only:: PreRelease
.. warning::
These are in-progress notes for the upcoming Clang |version| release.
Release notes for previous releases can be found on
`the Download Page <https://releases.llvm.org/download.html>`_.
Introduction
============

View file

@ -1,10 +1,4 @@
# Flang 15.0.0 (In-Progress) Release Notes
> **warning**
>
> These are in-progress notes for the upcoming LLVM 15.0.0 release.
> Release notes for previous releases can be found on [the Download
> Page](https://releases.llvm.org/download.html).
# Flang 15.0.0 Release Notes
## Introduction

View file

@ -1,5 +1,5 @@
=========================================
Libc++ 15.0.0 (In-Progress) Release Notes
Libc++ 15.0.0 Release Notes
=========================================
.. contents::
@ -8,12 +8,6 @@ Libc++ 15.0.0 (In-Progress) Release Notes
Written by the `Libc++ Team <https://libcxx.llvm.org>`_
.. warning::
These are in-progress notes for the upcoming libc++ 15 release.
Release notes for previous releases can be found on
`the Download Page <https://releases.llvm.org/download.html>`_.
Introduction
============

View file

@ -5,13 +5,6 @@ lld |release| Release Notes
.. contents::
:local:
.. only:: PreRelease
.. warning::
These are in-progress notes for the upcoming LLVM |release| release.
Release notes for previous releases can be found on
`the Download Page <https://releases.llvm.org/download.html>`_.
Introduction
============

View file

@ -5,13 +5,6 @@ LLVM |release| Release Notes
.. contents::
:local:
.. only:: PreRelease
.. warning::
These are in-progress notes for the upcoming LLVM |version| release.
Release notes for previous releases can be found on
`the Download Page <https://releases.llvm.org/download.html>`_.
Introduction
============

View file

@ -4,9 +4,3 @@ Release Notes |release| |ReleaseNotesTitle|
In Polly |version| the following important changes have been incorporated.
.. only:: PreRelease
.. warning::
These release notes are for the next release of Polly and describe
the new features that have recently been committed to our development
branch.