diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index aa9a8a60e586d..fcc6fb7df0c87 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -111,12 +111,6 @@ Resolutions to C++ Defect Reports - Implemented `DR2397 `_ 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`_, - 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 @@ -267,6 +261,11 @@ Improvements to Clang's diagnostics (`#62247: `_). - Clang now diagnoses shadowing of lambda's template parameter by a capture. (`#61105: `_). +- Address a false positive in ``-Wpacked`` when applied to a non-pod type using + Clang ABI >= 15. + (`#62353: `_, + fallout from the non-POD packing ABI fix in LLVM 15). + Bug Fixes in This Version -------------------------