[llvm-branch-commits] [libcxx] 28f4245 - [DOCS] Minor fixes and removals of WIP warnings

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Sep 4 07:48:22 PDT 2022


Author: Tobias Hieta
Date: 2022-09-04T16:48:01+02:00
New Revision: 28f4245b6779303896e15d52fe59592e824e840f

URL: https://github.com/llvm/llvm-project/commit/28f4245b6779303896e15d52fe59592e824e840f
DIFF: https://github.com/llvm/llvm-project/commit/28f4245b6779303896e15d52fe59592e824e840f.diff

LOG: [DOCS] Minor fixes and removals of WIP warnings

Added: 
    

Modified: 
    clang-tools-extra/docs/ReleaseNotes.rst
    clang/docs/ClangCommandLineReference.rst
    clang/docs/ReleaseNotes.rst
    flang/docs/ReleaseNotes.md
    libcxx/docs/ReleaseNotes.rst
    lld/docs/ReleaseNotes.rst
    llvm/docs/ReleaseNotes.rst
    polly/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 26a67da974302..182052785d1b0 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -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
 ============
 
@@ -259,12 +252,12 @@ Changes in existing checks
 
 - Fixed a false positive in :doc:`misc-unused-parameters
   <clang-tidy/checks/misc/unused-parameters>`
-  where invalid parameters were implicitly being treated as being unused. 
+  where invalid parameters were implicitly being treated as being unused.
   This fixes `Issue 56152 <https://github.com/llvm/llvm-project/issues/56152>`_.
 
 - Fixed false positives in :doc:`misc-unused-using-decls
   <clang-tidy/checks/misc/unused-using-decls>` where `using` statements bringing
-  operators into the scope where incorrectly marked as unused. 
+  operators into the scope where incorrectly marked as unused.
   This fixes `issue 55095 <https://github.com/llvm/llvm-project/issues/55095>`_.
 
 - Fixed a false positive in :doc:`modernize-deprecated-headers

diff  --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst
index 6d1b6000484ce..52eb375a7e14b 100644
--- a/clang/docs/ClangCommandLineReference.rst
+++ b/clang/docs/ClangCommandLineReference.rst
@@ -1675,7 +1675,7 @@ Prevent optimization remarks from being output if they do not have at least this
 
 .. option:: -fdiagnostics-misexpect-tolerance=<value>
 
-Prevent misexpect diagnostics from being output if the profile counts are within N% of the expected. 
+Prevent misexpect diagnostics from being output if the profile counts are within N% of the expected.
 
 .. option:: -fdiagnostics-show-hotness, -fno-diagnostics-show-hotness
 
@@ -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.

diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index d405cfe706b43..14360b4c4ab64 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
 ============
 

diff  --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md
index 38d5c3f0706dc..d206ff45a7b55 100644
--- a/flang/docs/ReleaseNotes.md
+++ b/flang/docs/ReleaseNotes.md
@@ -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
 

diff  --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 9fd114a05585d..76a227b5c6d07 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -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
 ============
 

diff  --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index d9a93d342c73c..db0b66a3807cc 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -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
 ============
 

diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 2c5c0044b1129..73e065864bdb2 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -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
 ============

diff  --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst
index bf6f7b9277d3f..f01924642a07c 100644
--- a/polly/docs/ReleaseNotes.rst
+++ b/polly/docs/ReleaseNotes.rst
@@ -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.


        


More information about the llvm-branch-commits mailing list