History log of /external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.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/variant/variant.variant/variant.assign/move.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/variant/variant.variant/variant.assign/move.pass.cpp
3762fe69d2a4fe2bcbcdcd17ef68d6e4d63d8fcb 07-Jun-2017 Michael Park <mcypark@gmail.com> Implement LWG 2904.

Summary:
- Removed the move-constructibe requirement from copy-assignable.
- Updated `__assign_alt` such that we direct initialize if
`_Tp` can be `nothrow`-constructible from `_Arg`, or `_Tp`'s
move construction can throw. Otherwise, construct a temporary and move it.
- Updated the tests to remove the pre-LWG2904 path.

Depends on D32671.

Reviewers: EricWF, CaseyCarter

Reviewed By: EricWF

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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304891 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp
3da9072b088181d11445cd5650d9fccd14189ae7 07-Jun-2017 Casey Carter <Casey@Carter.net> [test] Test changes to accommodate LWG 2904 "Make variant move-assignment more exception safe"

Also: Move constexpr / triviality extension tests into the std tree and make them conditional on _LIBCPP_VERSION / _MSVC_STL_VERSION.

https://reviews.llvm.org/D32671

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304847 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.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/variant/variant.variant/variant.assign/move.pass.cpp
ac5c826faf2fb996b6adcb6c829f404ca1188875 03-Dec-2016 Eric Fiselier <eric@efcs.ca> Work around Clang 3.8 bugs

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288556 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp
cab2af84188b519bf9ae8ac75641ee06ada49a4e 03-Dec-2016 Eric Fiselier <eric@efcs.ca> Implement C++17 <variant>. Patch from Michael Park!

This patch was reviewed as https://reviews.llvm.org/D23263.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288547 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp
7f2b2c8362ed29426207e41031af812a63dfba11 02-Dec-2016 Eric Fiselier <eric@efcs.ca> Fix copy/paste errors in new variant tests

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288538 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp
08d07da127849a21a223b1400ed394b3a86ff620 02-Dec-2016 Eric Fiselier <eric@efcs.ca> Add tests for libc++'s constexpr variant copy/move extension

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@288536 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp
0373708cdc6b84bcfac38f4cf8539c6dd794d360 23-Nov-2016 Eric Fiselier <eric@efcs.ca> Add <variant> tests but disable them for libc++

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287728 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp