Skip to content

Commit a9e129e

Browse files
author
Erich Keane
committed
Update release notes for revert in D145605
D145605 reverted two patches to fix a regression, this patch removes them from the 16.x release notes.
1 parent 66d4cc2 commit a9e129e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,6 @@ Improvements to Clang's diagnostics
593593
language version and specifies in which version it will be a keyword. This
594594
supports both C and C++.
595595

596-
- When diagnosing multi-level pack expansions of mismatched lengths, Clang will
597-
now, in most cases, be able to point to the relevant outer parameter.
598-
599596
- ``no_sanitize("...")`` on a global variable for known but not relevant
600597
sanitizers is now just a warning. It now says that this will be ignored
601598
instead of incorrectly saying no_sanitize only applies to functions and
@@ -781,9 +778,6 @@ Bug Fixes to Attribute Support
781778

782779
Bug Fixes to C++ Support
783780
^^^^^^^^^^^^^^^^^^^^^^^^
784-
- Fix multi-level pack expansion of undeclared function parameters.
785-
(`#56094 <https://github.com/llvm/llvm-project/issues/56094>`_)
786-
787781
- Address the thread identification problems in coroutines.
788782
(`#47177 <https://github.com/llvm/llvm-project/issues/47177>`_,
789783
`#47179 <https://github.com/llvm/llvm-project/issues/47179>`_)

0 commit comments

Comments
 (0)