History log of /external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c79549b70e66c251c15dd145c964edb70fa2e2b3 17-Jan-2018 Dan Albert <danalbert@google.com> Revert "Revert "Merge to upstream r304942.""

This reverts commit 38a0d5af7e5d13553fe623053e05dffc06403280.

Test: make checkbuild
Test: ./run_tests.py
Test: ./run_tests.py --bitness 64
/external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
38a0d5af7e5d13553fe623053e05dffc06403280 11-Jan-2018 Dan Albert <danalbert@google.com> Revert "Merge to upstream r304942."

This reverts commit 83b1388ecd96b1cc641522ae3b6338898be32a17, reversing
changes made to f20819f925e1ca67fc187e5f08413624a5994efc.

Test: treehugger
Bug: None
/external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
907c1196a7c153e6040dd850dc194abc62aabc80 04-May-2017 Mehdi Amini <joker.eph@gmail.com> Add markup for libc++ dylib availability

Libc++ is used as a system library on macOS and iOS (amongst others). In order
for users to be able to compile a binary that is intended to be deployed to an
older version of the platform, clang provides the
availability attribute <https://clang.llvm.org/docs/AttributeReference.html#availability>_
that can be placed on declarations to describe the lifecycle of a symbol in the
library.

See docs/DesignDocs/AvailabilityMarkup.rst for more information.

Differential Revision: https://reviews.llvm.org/D31739

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302172 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
77dabb302b25ded2397cb98724bae66853e21c56 17-Nov-2016 Eric Fiselier <eric@efcs.ca> Test changes for P0504R0 "Revisiting in-place tag types for any/optional/variant". Patch from Casey Carter

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287249 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
856947863f062ea4b2213a071f7db620a61582ab 26-Oct-2016 Casey Carter <Casey@Carter.net> Cleanup nonportable behavior in tests for std::any

Fixes MS issues 63, 64, and 65.

test/std/utilities/any/any.class/any.cons/move.pass.cpp:
* "Moves are always destructive" is not a portable assumption; check with LIBCPP_ASSERT.

test/std/utilities/any/any.class/any.cons/value.pass.cpp:
* The standard does not forbid initializing std::any from any pointer-to-function type. Remove the non-conforming "DecayTag" test.

test/std/utilities/any/any.class/any.modifiers/swap.pass.cpp:
* Self-swap is not specified to perform no moves; check with LIBCPP_ASSERT.

Differential Revision: https://reviews.llvm.org/D26007



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@285234 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
846edfb83728df36f47111e3e3a8123f2dfa1e56 16-Oct-2016 Eric Fiselier <eric@efcs.ca> Update issue status for LWG 2744

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@284322 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
2c429bee79204b77cff067695798dfac5605820d 07-Oct-2016 Eric Fiselier <eric@efcs.ca> Fix various issues in std::any and the related tests.

* Fix self-swap. Patch from Casey Carter.

* Remove workarounds and tests for types with deleted move constructors. This
was originally added as part of a LWG proposed resolution that has since
changed.

* Re-apply most recent PR for LWG 2769.

* Re-apply most recent PR for LWG 2754. Specifically fix the SFINAE checks to
use the decayed type.

* Fix tests to allow moved-from std::any's to have a non-empty state. This is
the behavior of MSVC's std::any.

* Various whitespace and test fixes.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@283606 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp
e739d54f86e3a7f0b051f7190ffd8d40ed05ca44 11-Aug-2016 Eric Fiselier <eric@efcs.ca> [libcxx] Add std::any

Summary:
This patch adds std::any by moving/adapting <experimental/any>.

This patch also implements the std::any parts of p0032r3 (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0032r3.pdf)
and LWG 2509 (http://cplusplus.github.io/LWG/lwg-defects.html#2509).

I plan to push it in a day or two if there are no comments.


Reviewers: mclow.lists, EricWF

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D22733

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@278310 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/any/any.class/any.cons/value.pass.cpp