Author: Chuanqi Xu Date: 2023-09-18T15:05:07+08:00 New Revision: 2cfdebdb7e5e430471ea833b33eee72c1938eb98
URL: https://github.com/llvm/llvm-project/commit/2cfdebdb7e5e430471ea833b33eee72c1938eb98 DIFF: https://github.com/llvm/llvm-project/commit/2cfdebdb7e5e430471ea833b33eee72c1938eb98.diff LOG: Revert "[NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring regressions" This reverts commit 6998ecd330f2b028bf4678edd4f53b5489c5e6df. Added: Modified: clang/docs/ReleaseNotes.rst Removed: ################################################################################ diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 62a3c841730b97d..8ab7e065d218412 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -715,9 +715,6 @@ Bug Fixes in This Version ``await_suspend`` could be misoptimized, including accesses to the awaiter object itself. (`#56301 <https://github.com/llvm/llvm-project/issues/56301>`_) - The current solution may bring performance regressions if the awaiters have - non-static data members. See - `#64945 <https://github.com/llvm/llvm-project/issues/64945>`_ for details. - Clang now correctly diagnoses ``function_needs_feature`` when always_inline callee has incompatible target features with caller. - Removed the linking of libraries when ``-r`` is passed to the driver on AIX. _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits