History log of /external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1fae624dcff88af16c66458c513daf6892e6403a 27-Jul-2017 Marshall Clow <mclow.lists@gmail.com> Disable the deduction guide test I added in 309296 for the moment, while I figure out which compilers don't support deduction guides

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309307 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp
f226a28d61c47fb1b0b665f0246848f3be2f99f8 27-Jul-2017 Marshall Clow <mclow.lists@gmail.com> Implement P0739R0: 'Some improvements to class template argument deduction integration into the standard library' This is an API change (not ABI change) due to a late change in the c++17 standard

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@309296 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.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.ctor/copy.pass.cpp
efcf07d44ad45ed984f9219934b22020d642f05e 26-May-2017 Eric Fiselier <eric@efcs.ca> Remove incorrect #ifdef guards around variant tests.

The tests were previously guarded by #if defined(_LIBCPP_VER) || defined(_MSVC_STL_VER),
which is both incorrect (e.g. _LIBCPP_VERSION) and unneeded. Although the tests are
technically non-standard (yet) they are supported by both libc++ and MSVC's STL.

libstdc++ doesn't regularly use the test suite so I'm not concerned about guarding these
tests for them.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@303953 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.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.ctor/copy.pass.cpp
d252306885d2873ec4cb5f1f36d7e8f3a4802f77 04-May-2017 Casey Carter <Casey@Carter.net> [test] variant: enable constexpr construction tests on MSVC STL

* Add a new macro _MSVC_STL_VER to detect when the MSVC STL is being tested
* Workaround C1XX __is_trivially_copyable bug

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@302158 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.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.ctor/copy.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.ctor/copy.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.ctor/copy.pass.cpp