[PATCH] D119051: Fix pod-packed functionality to use the C++11 definition of pod-ness

David Blaikie via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 8 11:17:58 PST 2022


dblaikie updated this revision to Diff 406904.
dblaikie added a comment.

- Change the definition of C++03 POD to include defaulted functions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119051

Files:
  clang/lib/AST/DeclCXX.cpp
  clang/test/AST/ast-dump-record-definition-data-json.cpp
  clang/test/SemaCXX/class-layout.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119051.406904.patch
Type: text/x-patch
Size: 5963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220208/6bf42ad1/attachment-0001.bin>


More information about the cfe-commits mailing list