[libcxx-commits] [PATCH] D80821: [libc++] Fix issues with the triviality of std::array

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 29 12:33:30 PDT 2020


ldionne updated this revision to Diff 267328.
ldionne added a comment.

Make independent from https://reviews.llvm.org/D80790 and merge the tests from https://reviews.llvm.org/D80820.

This can now be reviewed on its own.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80821

Files:
  libcxx/include/array
  libcxx/test/libcxx/containers/sequences/array/triviality.pass.cpp
  libcxx/test/std/containers/sequences/array/aggregate.pass.cpp
  libcxx/test/std/containers/sequences/array/array.cons/default.pass.cpp
  libcxx/test/std/containers/sequences/array/array.cons/implicit_copy.pass.cpp
  libcxx/test/std/containers/sequences/array/array.cons/initialization.pass.cpp
  libcxx/test/std/containers/sequences/array/array.cons/initializer_list.pass.cpp
  libcxx/test/std/containers/sequences/array/array.data/data.pass.cpp
  libcxx/test/std/containers/sequences/array/array.data/data_const.pass.cpp
  libcxx/test/std/containers/sequences/array/iterators.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80821.267328.patch
Type: text/x-patch
Size: 23433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200529/3d369502/attachment-0001.bin>


More information about the libcxx-commits mailing list