[PATCH] D149182: Remove -Wpacked false positive for non-pod types where the layout isn't directly changed

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 8 18:03:12 PDT 2023


dblaikie added inline comments.


================
Comment at: clang/docs/ReleaseNotes.rst:109-113
+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)
----------------
dblaikie wrote:
> aaron.ballman wrote:
> > I think this should move down to `Improvements to Clang's diagnostics` instead of adding a new category for it.
> Ah, hadn't spotted that category - thanks!
Failed to include the fix there in the initial commit, but got it in 793c5b1


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149182/new/

https://reviews.llvm.org/D149182



More information about the cfe-commits mailing list