We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0eb9b8 commit 2cfdebdCopy full SHA for 2cfdebd
clang/docs/ReleaseNotes.rst
@@ -715,9 +715,6 @@ Bug Fixes in This Version
715
``await_suspend`` could be misoptimized, including accesses to the awaiter
716
object itself.
717
(`#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.
721
- Clang now correctly diagnoses ``function_needs_feature`` when always_inline
722
callee has incompatible target features with caller.
723
- Removed the linking of libraries when ``-r`` is passed to the driver on AIX.
0 commit comments