diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index b799c0f48ef27..458b86f28b7f0 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -1,5 +1,5 @@ ==================================================== -Extra Clang Tools 13.0.0 (In-Progress) Release Notes +Extra Clang Tools 13.0.0 Release Notes ==================================================== .. contents:: @@ -8,12 +8,6 @@ Extra Clang Tools 13.0.0 (In-Progress) Release Notes Written by the `LLVM Team `_ -.. warning:: - - These are in-progress notes for the upcoming Extra Clang Tools 13 release. - Release notes for previous releases can be found on - `the Download Page `_. - Introduction ============ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index f0f303efa3658..83506a9b2f750 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -1,5 +1,5 @@ ======================================== -Clang 13.0.0 (In-Progress) Release Notes +Clang 13.0.0 Release Notes ======================================== .. contents:: @@ -8,12 +8,6 @@ Clang 13.0.0 (In-Progress) Release Notes Written by the `LLVM Team `_ -.. warning:: - - These are in-progress notes for the upcoming Clang 13 release. - Release notes for previous releases can be found on - `the Download Page `_. - Introduction ============ diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md index b4b00ee65ffb2..dc1bc4ef7b2af 100644 --- a/flang/docs/ReleaseNotes.md +++ b/flang/docs/ReleaseNotes.md @@ -1,15 +1,9 @@ -# Flang 12.0.0 (In-Progress) Release Notes - -> **warning** -> -> These are in-progress notes for the upcoming LLVM 12.0.0 release. -> Release notes for previous releases can be found on [the Download -> Page](https://releases.llvm.org/download.html). +# Flang 13.0.0 Release Notes ## Introduction This document contains the release notes for the Flang Fortran frontend, -part of the LLVM Compiler Infrastructure, release 12.0.0. Here we +part of the LLVM Compiler Infrastructure, release 13.0.0. Here we describe the status of Flang in some detail, including major improvements from the previous release and new feature work. For the general LLVM release notes, see [the LLVM diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst index 85b7016485fb5..79ffa42a5d28f 100644 --- a/libcxx/docs/ReleaseNotes.rst +++ b/libcxx/docs/ReleaseNotes.rst @@ -1,5 +1,5 @@ ========================================= -Libc++ 13.0.0 (In-Progress) Release Notes +Libc++ 13.0.0 Release Notes ========================================= .. contents:: @@ -8,12 +8,6 @@ Libc++ 13.0.0 (In-Progress) Release Notes Written by the `Libc++ Team `_ -.. warning:: - - These are in-progress notes for the upcoming libc++ 13 release. - Release notes for previous releases can be found on - `the Download Page `_. - Introduction ============ diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst index 50af6e7d79392..238bf5a9f6958 100644 --- a/lld/docs/ReleaseNotes.rst +++ b/lld/docs/ReleaseNotes.rst @@ -5,11 +5,6 @@ lld 13.0.0 Release Notes .. contents:: :local: -.. warning:: - These are in-progress notes for the upcoming LLVM 13.0.0 release. - Release notes for previous releases can be found on - `the Download Page `_. - Introduction ============ diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index ba83775aa8cd5..86c6cd05e8adc 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -5,11 +5,6 @@ LLVM 13.0.0 Release Notes .. contents:: :local: -.. warning:: - These are in-progress notes for the upcoming LLVM 13 release. - Release notes for previous releases can be found on - `the Download Page `_. - Introduction ============ diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst index f6176fefb4970..ff41eb2bc2c4f 100644 --- a/polly/docs/ReleaseNotes.rst +++ b/polly/docs/ReleaseNotes.rst @@ -1,13 +1,7 @@ ============================= -Release Notes 13.0 (upcoming) +Release Notes 13.0 ============================= In Polly 13 the following important changes have been incorporated. -.. 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. - - Change ...