summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/variant/variant.variant/variant.assign
Commit message (Expand)AuthorAgeFilesLines
* [libc++][test] Silence more warnings in variant testsCasey Carter2019-10-142-2/+2
* [libc++][test] std::variant test cleanupCasey Carter2019-10-133-2/+3
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-213-3/+3
* Add option to disable variant narrowing conversion changes.Eric Fiselier2019-07-123-53/+47
* Fix test failures when using a custom ABI namespace.Richard Smith2019-06-241-1/+1
* [libc++] Recommit r363692 to implement P0608R3Zhihao Yuan2019-06-202-1/+110
* [libc++] Revert r363692 which implements P0608R3Zhihao Yuan2019-06-192-110/+1
* [libc++] Implement P0608R3 - A sane variant converting constructorZhihao Yuan2019-06-182-1/+110
* 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-053-3/+3
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-053-21/+3
* Support tests in freestandingJF Bastien2019-02-043-3/+9
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-102-24/+40
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-193-18/+22
* 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-073-28/+487
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-043-0/+21
* Work around Clang 3.8 bugsEric Fiselier2016-12-032-47/+0
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-023-36/+36
* 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-022-0/+48
* Add <variant> tests but disable them for libc++Eric Fiselier2016-11-233-0/+947
OpenPOWER on IntegriCloud