[PATCH] D119051: Extend the C++03 definition of POD to include defaulted functions

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 09:42:10 PDT 2022


erichkeane added a comment.

I noticed in a downstream that this changes how we emit structs to IR sometimes (see https://godbolt.org/z/74xeq9rTj for an example, but the 'no-opaque-pointers' isn't necessary to cause this, just anything that causes emission of the struct).

Are we OK with that?  Is the 'padding' arrays important in any way?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119051



More information about the cfe-commits mailing list