summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/variant
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Fix URLs in comments and make them HTTPS. NFC.Stephan T. Lavavej2017-08-051-1/+1
* 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
* Added failing tests for index out of range for tuple_element<pair<T1,T2>> and...Marshall Clow2017-06-281-0/+32
* 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
* Fix `std::visit` for the zero variants case.Michael Park2017-05-111-0/+10
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-0417-0/+119
* [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
* Worked around GCC bug 56480. Explicit specialization in a different namespace.Michael Park2017-03-231-1/+5
* Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow2017-03-231-0/+1
* 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
* Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-172-4/+4
* Fix PR31916 - std::visit rejects visitors accepting lvalue argumentsEric Fiselier2017-02-091-0/+11
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-212-0/+53
* Added a workaround for a `-fdelayed-template-parsing` bug.Michael Park2017-01-161-3/+0
* Mark test as UNSUPPORTED on Windows since it hangs foreverEric Fiselier2017-01-141-0/+3
* 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
* std::get<0>([std::variant constant expression]) *is* noexcept.Casey Carter2016-12-062-2/+40
* XFAIL variant tests for apple-clangEric Fiselier2016-12-032-2/+2
* Work around Clang 3.8 bugsEric Fiselier2016-12-034-47/+6
* Make variant's index part of the hash valueEric Fiselier2016-12-021-0/+13
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-0223-164/+162
* 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-2339-0/+4985
OpenPOWER on IntegriCloud