summaryrefslogtreecommitdiff
path: root/test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp
AgeCommit message (Expand)Author
2019-10-14[libc++][test] Silence more warnings in variant testsCasey Carter
2019-10-13[libc++][test] std::variant test cleanupCasey Carter
2019-08-21libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber
2019-02-05[libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne
2019-02-05[libcxx] Start defining lit features for tests depending on availabilityLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10[libcxx] Reorganize tests since the application of P0602R4Louis Dionne
2018-11-19[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne
2017-06-07Implement LWG 2904.Michael Park
2017-06-07[test] Test changes to accommodate LWG 2904 "Make variant move-assignment mor...Casey Carter
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2016-12-03Work around Clang 3.8 bugsEric Fiselier
2016-12-02Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier
2016-12-02Fix copy/paste errors in new variant testsEric Fiselier
2016-12-02Add tests for libc++'s constexpr variant copy/move extensionEric Fiselier
2016-11-23Add <variant> tests but disable them for libc++Eric Fiselier