From 28f4245b6779303896e15d52fe59592e824e840f Mon Sep 17 00:00:00 2001 From: Tobias Hieta Date: Sun, 4 Sep 2022 16:48:01 +0200 Subject: [PATCH] [DOCS] Minor fixes and removals of WIP warnings --- clang-tools-extra/docs/ReleaseNotes.rst | 11 ++--------- clang/docs/ClangCommandLineReference.rst | 3 +-- clang/docs/ReleaseNotes.rst | 7 ------- flang/docs/ReleaseNotes.md | 8 +------- libcxx/docs/ReleaseNotes.rst | 8 +------- lld/docs/ReleaseNotes.rst | 7 ------- llvm/docs/ReleaseNotes.rst | 7 ------- polly/docs/ReleaseNotes.rst | 6 ------ 8 files changed, 5 insertions(+), 52 deletions(-) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 26a67da97430..182052785d1b 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 `_ -.. 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 `_. - Introduction ============ @@ -259,12 +252,12 @@ Changes in existing checks - Fixed a false positive in :doc:`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 `_. - Fixed false positives in :doc:`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 `_. - Fixed a false positive in :doc:`modernize-deprecated-headers diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index 6d1b6000484c..52eb375a7e14 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= -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 `_ for flamegraph visualization. diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index d405cfe706b4..14360b4c4ab6 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -8,13 +8,6 @@ Clang |release| |ReleaseNotesTitle| Written by the `LLVM Team `_ -.. 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 `_. - Introduction ============ diff --git a/flang/docs/ReleaseNotes.md b/flang/docs/ReleaseNotes.md index 38d5c3f0706d..d206ff45a7b5 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 9fd114a05585..76a227b5c6d0 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 `_ -.. warning:: - - These are in-progress notes for the upcoming libc++ 15 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 d9a93d342c73..db0b66a3807c 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 `_. - Introduction ============ diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 2c5c0044b112..73e065864bdb 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 `_. - Introduction ============ diff --git a/polly/docs/ReleaseNotes.rst b/polly/docs/ReleaseNotes.rst index bf6f7b9277d3..f01924642a07 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.