Skip to content

Commit

Permalink
Fix for release notes (follow-up to D149182/a8b0c6fa)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwblaikie committed May 9, 2023
1 parent a8b0c6f commit 793c5b1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ Resolutions to C++ Defect Reports
- Implemented `DR2397 <https://wg21.link/CWG2397>`_ which allows ``auto`` specifier for pointers
and reference to arrays.

Warnings
^^^^^^^^
- Address a false positive in ``-Wpacked`` when applied to a non-pod type using
Clang ABI >= 15 (fixes `#62353<https://github.com/llvm/llvm-project/issues/62353>`_,
fallout from the non-POD packing ABI fix in LLVM 15)

C Language Changes
------------------
- Support for outputs from asm goto statements along indirect edges has been
Expand Down Expand Up @@ -267,6 +261,11 @@ Improvements to Clang's diagnostics
(`#62247: <https://github.com/llvm/llvm-project/issues/62247>`_).
- Clang now diagnoses shadowing of lambda's template parameter by a capture.
(`#61105: <https://github.com/llvm/llvm-project/issues/61105>`_).
- Address a false positive in ``-Wpacked`` when applied to a non-pod type using
Clang ABI >= 15.
(`#62353: <https://github.com/llvm/llvm-project/issues/62353>`_,
fallout from the non-POD packing ABI fix in LLVM 15).


Bug Fixes in This Version
-------------------------
Expand Down

0 comments on commit 793c5b1

Please sign in to comment.