File tree 8 files changed +5
-52
lines changed
8 files changed +5
-52
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,6 @@ Extra Clang Tools |release| |ReleaseNotesTitle|
8
8
9
9
Written by the `LLVM Team <https://llvm.org/ >`_
10
10
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
-
18
11
Introduction
19
12
============
20
13
@@ -259,12 +252,12 @@ Changes in existing checks
259
252
260
253
- Fixed a false positive in :doc: `misc-unused-parameters
261
254
<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.
263
256
This fixes `Issue 56152 <https://github.com/llvm/llvm-project/issues/56152 >`_.
264
257
265
258
- Fixed false positives in :doc: `misc-unused-using-decls
266
259
<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.
268
261
This fixes `issue 55095 <https://github.com/llvm/llvm-project/issues/55095 >`_.
269
262
270
263
- Fixed a false positive in :doc: `modernize-deprecated-headers
Original file line number Diff line number Diff line change @@ -1675,7 +1675,7 @@ Prevent optimization remarks from being output if they do not have at least this
1675
1675
1676
1676
.. option :: -fdiagnostics-misexpect-tolerance= <value >
1677
1677
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.
1679
1679
1680
1680
.. option :: -fdiagnostics-show-hotness , -fno-diagnostics-show-hotness
1681
1681
@@ -2578,7 +2578,6 @@ Perform ThinLTO importing using provided function summary index
2578
2578
2579
2579
.. option :: -ftime-trace
2580
2580
2581
-
2582
2581
Turn on time profiler. Generates JSON file based on output filename. Results
2583
2582
can be analyzed with chrome://tracing or `Speedscope App
2584
2583
<https://www.speedscope.app> `_ for flamegraph visualization.
Original file line number Diff line number Diff line change @@ -8,13 +8,6 @@ Clang |release| |ReleaseNotesTitle|
8
8
9
9
Written by the `LLVM Team <https://llvm.org/ >`_
10
10
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
-
18
11
Introduction
19
12
============
20
13
Original file line number Diff line number Diff line change 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
8
2
9
3
## Introduction
10
4
Original file line number Diff line number Diff line change 1
1
=========================================
2
- Libc++ 15.0.0 (In-Progress) Release Notes
2
+ Libc++ 15.0.0 Release Notes
3
3
=========================================
4
4
5
5
.. contents ::
@@ -8,12 +8,6 @@ Libc++ 15.0.0 (In-Progress) Release Notes
8
8
9
9
Written by the `Libc++ Team <https://libcxx.llvm.org >`_
10
10
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
-
17
11
Introduction
18
12
============
19
13
Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ lld |release| Release Notes
5
5
.. contents ::
6
6
:local:
7
7
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
-
15
8
Introduction
16
9
============
17
10
Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ LLVM |release| Release Notes
5
5
.. contents ::
6
6
:local:
7
7
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
-
15
8
16
9
Introduction
17
10
============
Original file line number Diff line number Diff line change @@ -4,9 +4,3 @@ Release Notes |release| |ReleaseNotesTitle|
4
4
5
5
In Polly |version | the following important changes have been incorporated.
6
6
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.
You can’t perform that action at this time.
0 commit comments