This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a8b9f59e8 Implement feature test macros using a script. new 272871b65 Move internal usages of `alignof`/`__alignof` to use `_LIBCPP [...] new 6840e5476 Fix PR40230 - std::pair may have padding on FreeBSD.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__config | 18 ++++++++-- include/__sso_allocator | 4 +-- include/experimental/coroutine | 6 ++-- include/experimental/memory_resource | 8 ++--- include/functional | 2 +- include/memory | 16 ++++----- include/type_traits | 8 ++--- include/utility | 3 +- include/valarray | 40 +++++++++++----------- test/libcxx/libcpp_alignof.pass.cpp | 37 ++++++++++++++++++++ .../pairs.pair/non_trivial_copy_move_ABI.pass.cpp | 15 +++++++- .../pairs.pair/trivial_copy_move_ABI.pass.cpp | 15 +++++++- .../sequences/array/size_and_alignment.pass.cpp | 2 -- .../meta.trans.other/aligned_storage.pass.cpp | 9 ++--- .../meta.unary.prop.query/alignment_of.pass.cpp | 8 ++++- test/support/test_macros.h | 6 +++- 16 files changed, 139 insertions(+), 58 deletions(-) create mode 100644 test/libcxx/libcpp_alignof.pass.cpp