summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-051-1/+1
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-051-7/+1
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-101-12/+16
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-191-6/+7
* Disable the deduction guide test I added in 309296 for the moment, while I fi...Marshall Clow2017-07-271-0/+4
* Implement P0739R0: 'Some improvements to class template argument deduction in...Marshall Clow2017-07-271-0/+5
* [test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter2017-06-071-5/+96
* Remove incorrect #ifdef guards around variant tests.Eric Fiselier2017-05-261-2/+1
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+7
* [test] variant: enable constexpr construction tests on MSVC STLCasey Carter2017-05-041-3/+11
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-021-7/+7
* Add tests for libc++'s constexpr variant copy/move extensionEric Fiselier2016-12-021-0/+22
* Add <variant> tests but disable them for libc++Eric Fiselier2016-11-231-0/+137
OpenPOWER on IntegriCloud