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

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 08:40:48 PDT 2022


rnk added a comment.

I realized I forgot some things I should've mentioned:

- This probably deserves a release note, if it doesn't have one already that I missed or forgot about
- We should tag #clang-vendors <https://reviews.llvm.org/tag/clang-vendors/>, since this does change ABI. You've already done the work of guarding it with -fclang-abi-compat, so that should be OK, we just need to use the notification mechansim.


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