Skip to content

Commit 28f4245

Browse files
committed
[DOCS] Minor fixes and removals of WIP warnings
1 parent be16691 commit 28f4245

File tree

8 files changed

+5
-52
lines changed

8 files changed

+5
-52
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

+2-9
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ Extra Clang Tools |release| |ReleaseNotesTitle|
88

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

11-
.. only:: PreRelease
12-
13-
.. warning::
14-
These are in-progress notes for the upcoming Extra Clang Tools |version| release.
15-
Release notes for previous releases can be found on
16-
`the Download Page <https://releases.llvm.org/download.html>`_.
17-
1811
Introduction
1912
============
2013

@@ -259,12 +252,12 @@ Changes in existing checks
259252

260253
- Fixed a false positive in :doc:`misc-unused-parameters
261254
<clang-tidy/checks/misc/unused-parameters>`
262-
where invalid parameters were implicitly being treated as being unused.
255+
where invalid parameters were implicitly being treated as being unused.
263256
This fixes `Issue 56152 <https://github.com/llvm/llvm-project/issues/56152>`_.
264257

265258
- Fixed false positives in :doc:`misc-unused-using-decls
266259
<clang-tidy/checks/misc/unused-using-decls>` where `using` statements bringing
267-
operators into the scope where incorrectly marked as unused.
260+
operators into the scope where incorrectly marked as unused.
268261
This fixes `issue 55095 <https://github.com/llvm/llvm-project/issues/55095>`_.
269262

270263
- Fixed a false positive in :doc:`modernize-deprecated-headers

clang/docs/ClangCommandLineReference.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ Prevent optimization remarks from being output if they do not have at least this
16751675

16761676
.. option:: -fdiagnostics-misexpect-tolerance=<value>
16771677

1678-
Prevent misexpect diagnostics from being output if the profile counts are within N% of the expected.
1678+
Prevent misexpect diagnostics from being output if the profile counts are within N% of the expected.
16791679

16801680
.. option:: -fdiagnostics-show-hotness, -fno-diagnostics-show-hotness
16811681

@@ -2578,7 +2578,6 @@ Perform ThinLTO importing using provided function summary index
25782578

25792579
.. option:: -ftime-trace
25802580

2581-
25822581
Turn on time profiler. Generates JSON file based on output filename. Results
25832582
can be analyzed with chrome://tracing or `Speedscope App
25842583
<https://www.speedscope.app>`_ for flamegraph visualization.

clang/docs/ReleaseNotes.rst

-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ Clang |release| |ReleaseNotesTitle|
88

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

11-
.. only:: PreRelease
12-
13-
.. warning::
14-
These are in-progress notes for the upcoming Clang |version| release.
15-
Release notes for previous releases can be found on
16-
`the Download Page <https://releases.llvm.org/download.html>`_.
17-
1811
Introduction
1912
============
2013

flang/docs/ReleaseNotes.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
# Flang 15.0.0 (In-Progress) Release Notes
2-
3-
> **warning**
4-
>
5-
> These are in-progress notes for the upcoming LLVM 15.0.0 release.
6-
> Release notes for previous releases can be found on [the Download
7-
> Page](https://releases.llvm.org/download.html).
1+
# Flang 15.0.0 Release Notes
82

93
## Introduction
104

libcxx/docs/ReleaseNotes.rst

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=========================================
2-
Libc++ 15.0.0 (In-Progress) Release Notes
2+
Libc++ 15.0.0 Release Notes
33
=========================================
44

55
.. contents::
@@ -8,12 +8,6 @@ Libc++ 15.0.0 (In-Progress) Release Notes
88

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

11-
.. warning::
12-
13-
These are in-progress notes for the upcoming libc++ 15 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

lld/docs/ReleaseNotes.rst

-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ lld |release| Release Notes
55
.. contents::
66
:local:
77

8-
.. only:: PreRelease
9-
10-
.. warning::
11-
These are in-progress notes for the upcoming LLVM |release| release.
12-
Release notes for previous releases can be found on
13-
`the Download Page <https://releases.llvm.org/download.html>`_.
14-
158
Introduction
169
============
1710

llvm/docs/ReleaseNotes.rst

-7
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ LLVM |release| Release Notes
55
.. contents::
66
:local:
77

8-
.. only:: PreRelease
9-
10-
.. warning::
11-
These are in-progress notes for the upcoming LLVM |version| release.
12-
Release notes for previous releases can be found on
13-
`the Download Page <https://releases.llvm.org/download.html>`_.
14-
158

169
Introduction
1710
============

polly/docs/ReleaseNotes.rst

-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@ Release Notes |release| |ReleaseNotesTitle|
44

55
In Polly |version| the following important changes have been incorporated.
66

7-
.. only:: PreRelease
8-
9-
.. warning::
10-
These release notes are for the next release of Polly and describe
11-
the new features that have recently been committed to our development
12-
branch.

0 commit comments

Comments
 (0)