[PATCH] D117616: GCC ABI Compatibility: Preserve alignment of non-pod members in packed structs

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 27 16:03:39 PST 2022


dblaikie updated this revision to Diff 403825.
dblaikie marked 3 inline comments as done.
dblaikie added a comment.

rsmith's fixes for release notes
added some more test coverage to demonstrate that other fields are still packed


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117616

Files:
  clang/docs/ReleaseNotes.rst
  clang/include/clang/Basic/LangOptions.h
  clang/lib/AST/RecordLayoutBuilder.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/SemaCXX/class-layout.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117616.403825.patch
Type: text/x-patch
Size: 5125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220128/c5b3ce71/attachment-0001.bin>


More information about the cfe-commits mailing list