Skip to content

Commit 2cfdebd

Browse files
committed
Revert "[NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring regressions"
This reverts commit 6998ecd.
1 parent d0eb9b8 commit 2cfdebd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -715,9 +715,6 @@ Bug Fixes in This Version
715715
``await_suspend`` could be misoptimized, including accesses to the awaiter
716716
object itself.
717717
(`#56301 <https://github.com/llvm/llvm-project/issues/56301>`_)
718-
The current solution may bring performance regressions if the awaiters have
719-
non-static data members. See
720-
`#64945 <https://github.com/llvm/llvm-project/issues/64945>`_ for details.
721718
- Clang now correctly diagnoses ``function_needs_feature`` when always_inline
722719
callee has incompatible target features with caller.
723720
- Removed the linking of libraries when ``-r`` is passed to the driver on AIX.

0 commit comments

Comments
 (0)