File tree Expand file tree Collapse file tree 8 files changed +5
-52
lines changed
Expand file tree Collapse file tree 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|
88
99Written 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-
1811Introduction
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
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
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-
25822581Turn on time profiler. Generates JSON file based on output filename. Results
25832582can be analyzed with chrome://tracing or `Speedscope App
25842583<https://www.speedscope.app> `_ for flamegraph visualization.
Original file line number Diff line number Diff line change @@ -8,13 +8,6 @@ Clang |release| |ReleaseNotesTitle|
88
99Written 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-
1811Introduction
1912============
2013
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
82
93## Introduction
104
Original file line number Diff line number Diff line change 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
99Written 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-
1711Introduction
1812============
1913
Original file line number Diff line number Diff 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-
158Introduction
169============
1710
Original file line number Diff line number Diff 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
169Introduction
1710============
Original file line number Diff line number Diff line change @@ -4,9 +4,3 @@ Release Notes |release| |ReleaseNotesTitle|
44
55In 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.
You can’t perform that action at this time.
0 commit comments