summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Keane <erich.keane@intel.com>2023-03-09 12:59:26 -0800
committerErich Keane <erich.keane@intel.com>2023-03-10 06:04:27 -0800
commita9e129ed8806cc313fcda5017f25206cf73c42ea (patch)
treebbc7ab6a1f0964a862709c78a3f2b9db8c8593dd
parent66d4cc283657f4db2e52e240717b1217ac6a4303 (diff)
downloadllvm-a9e129ed8806cc313fcda5017f25206cf73c42ea.tar.gz
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.
-rw-r--r--clang/docs/ReleaseNotes.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index e11b7a79a22f..ce7e3ec6f191 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -593,9 +593,6 @@ Improvements to Clang's diagnostics
language version and specifies in which version it will be a keyword. This
supports both C and C++.
-- When diagnosing multi-level pack expansions of mismatched lengths, Clang will
- now, in most cases, be able to point to the relevant outer parameter.
-
- ``no_sanitize("...")`` on a global variable for known but not relevant
sanitizers is now just a warning. It now says that this will be ignored
instead of incorrectly saying no_sanitize only applies to functions and
@@ -781,9 +778,6 @@ Bug Fixes to Attribute Support
Bug Fixes to C++ Support
^^^^^^^^^^^^^^^^^^^^^^^^
-- Fix multi-level pack expansion of undeclared function parameters.
- (`#56094 <https://github.com/llvm/llvm-project/issues/56094>`_)
-
- Address the thread identification problems in coroutines.
(`#47177 <https://github.com/llvm/llvm-project/issues/47177>`_,
`#47179 <https://github.com/llvm/llvm-project/issues/47179>`_)