summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/variant/variant.variant
Commit message (Expand)AuthorAgeFilesLines
* [libc++][test] Silence more warnings in variant testsCasey Carter2019-10-144-4/+4
* [libc++][test] std::variant test cleanupCasey Carter2019-10-136-5/+7
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2121-32/+32
* 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-126-93/+92
* Fix test failures when using a custom ABI namespace.Richard Smith2019-06-241-1/+1
* [libc++] Recommit r363692 to implement P0608R3Zhihao Yuan2019-06-204-3/+207
* [libc++] Revert r363692 which implements P0608R3Zhihao Yuan2019-06-194-207/+3
* [libc++] Implement P0608R3 - A sane variant converting constructorZhihao Yuan2019-06-184-3/+207
* Add a test for LWG#3204 and mark it as complete. Reviewed as https://reviews....Marshall Clow2019-05-131-0/+33
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-0516-16/+16
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-0516-115/+16
* Support tests in freestandingJF Bastien2019-02-0423-23/+69
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1923-92/+69
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-104-48/+72
* [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-263-25/+28
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-1916-78/+116
* Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."Artem Dergachev2018-10-162-2/+6
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-162-6/+2
* Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232Marshall Clow2018-10-152-2/+6
* 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
* Implement LWG 2904.Michael Park2017-06-073-63/+0
* Fix test with exceptions disabledEric Fiselier2017-06-071-29/+30
* [test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter2017-06-075-38/+712
* Remove incorrect #ifdef guards around variant tests.Eric Fiselier2017-05-262-4/+2
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0413-0/+91
* [test] variant: enable constexpr construction tests on MSVC STLCasey Carter2017-05-042-4/+21
* Implement LWG 2857 for variant. Tests from Casey Carter @ Microsoft.Eric Fiselier2017-04-154-30/+83
* Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-012-2/+2
* Updated the XFAIL comment in variant tests.Michael Park2017-03-012-2/+8
* Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...Eric Fiselier2017-01-052-4/+8
* Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier2017-01-041-2/+2
* Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michae...Eric Fiselier2016-12-232-2/+2
* XFAIL variant tests for apple-clangEric Fiselier2016-12-032-2/+2
* Work around Clang 3.8 bugsEric Fiselier2016-12-034-47/+6
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-0212-78/+78
* Fix copy/paste errors in new variant testsEric Fiselier2016-12-022-6/+6
* Add tests for libc++'s constexpr variant copy/move extensionEric Fiselier2016-12-024-0/+93
* Don't "LIBCPP_ONLY(stuff;)" at namespace scope.Casey Carter2016-11-231-3/+3
* Add <variant> tests but disable them for libc++Eric Fiselier2016-11-2323-0/+3245
OpenPOWER on IntegriCloud