summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/variant/variant.variant/variant.ctor
Commit message (Expand)AuthorAgeFilesLines
* [libc++][test] std::variant test cleanupCasey Carter2019-10-131-1/+2
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-217-7/+7
* Add test for variant construction with duplicate types.Eric Fiselier2019-07-141-0/+12
* Harden variant test added in r366022Eric Fiselier2019-07-141-3/+3
* Avoid eager template instantiation caused by the variant narrowing checks.Eric Fiselier2019-07-141-1/+13
* Add option to disable variant narrowing conversion changes.Eric Fiselier2019-07-123-40/+45
* [libc++] Recommit r363692 to implement P0608R3Zhihao Yuan2019-06-202-2/+97
* [libc++] Revert r363692 which implements P0608R3Zhihao Yuan2019-06-192-97/+2
* [libc++] Implement P0608R3 - A sane variant converting constructorZhihao Yuan2019-06-182-2/+97
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-058-8/+8
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-058-59/+8
* Support tests in freestandingJF Bastien2019-02-048-8/+24
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-102-24/+32
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-073-21/+21
* [libcxx] Use a type that is always an aggregate in variant's testsLouis Dionne2018-11-261-1/+12
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-198-30/+59
* Workaround GCC bug PR78489 - SFINAE order is not respected.Eric Fiselier2018-03-221-0/+6
* 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
* Add a missing SFINAE condition to the `variant`'s converting constructor.Michael Park2017-06-191-0/+14
* [test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter2017-06-072-10/+225
* Remove incorrect #ifdef guards around variant tests.Eric Fiselier2017-05-262-4/+2
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-045-0/+35
* [test] variant: enable constexpr construction tests on MSVC STLCasey Carter2017-05-042-4/+21
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-024-16/+16
* Add tests for libc++'s constexpr variant copy/move extensionEric Fiselier2016-12-022-0/+45
* Add <variant> tests but disable them for libc++Eric Fiselier2016-11-238-0/+964
OpenPOWER on IntegriCloud