summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/optional
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-06-142-2/+2
* Mark deduction guide tests as failing on apple-clang-9JF Bastien2018-05-291-1/+1
* Fix up the final bits of breakage due to clang v5 generating bad implicit tem...Marshall Clow2018-05-282-9/+14
* Fix optional<char> test breakageJF Bastien2018-05-251-0/+4
* Fix optional deduction guide test breakageJF Bastien2018-05-252-2/+2
* Add one more test for optionalMarshall Clow2018-05-251-5/+14
* Add deduction guides for optionalMarshall Clow2018-05-252-0/+82
* Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll...Billy Robert O'Neal III2017-11-154-4/+4
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+1
* Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier2017-09-171-6/+6
* [test] Cleanup nullopt_t testsCasey Carter2017-08-313-44/+14
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-293-12/+12
* optional: Implement LWG 2900 and P0602Casey Carter2017-07-094-27/+55
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-1/+1
* [libcxx] [test] Remove a Clang/C2 workaround.Stephan T. Lavavej2017-06-081-2/+0
* add missing constexpr to optional::value_orCasey Carter2017-06-061-7/+13
* Add some constexpr tests for optional's move/copy ctorMarshall Clow2017-05-252-0/+27
* Mark the copy constructor and move Marshall Clow2017-05-172-2/+12
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-049-0/+67
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-042-4/+4
* Expand test coverage for LWG2857Casey Carter2017-04-212-6/+16
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-181-4/+8
* [optional] Update synopsis for LWG2934Casey Carter2017-04-1712-18/+18
* Additional test file for r300123Marshall Clow2017-04-121-17/+47
* Add some FAIL constexpr tests for optional's copy/move ctors.Marshall Clow2017-04-122-0/+73
* Revert "Allow a standard library to implement conditional noexcept for option...Akira Hatanaka2017-04-071-6/+3
* Add noexcept(false) to more strongly indicate that not being noexcept is impo...Billy Robert O'Neal III2017-04-061-1/+1
* Allow a standard library to implement conditional noexcept for optional and u...Billy Robert O'Neal III2017-04-061-3/+6
* Fix more -Wshadow warnings introduced by recent Clang changeEric Fiselier2017-04-041-1/+0
* Fix LWG 2934 - optional<const T> doesn't compare with TEric Fiselier2017-03-3012-400/+534
* Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>Eric Fiselier2017-03-301-0/+14
* 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/+3
* [libcxx] [test] Strip trailing whitespace.Stephan T. Lavavej2017-02-052-2/+2
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-051-5/+0
* Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...Marshall Clow2017-02-051-3/+3
* Mark LWG2736 as complete. No code changes, but we have more tests nowMarshall Clow2017-01-242-3/+35
* Implement P0513R0 - "Poisoning the Hash"Eric Fiselier2017-01-212-0/+47
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+1
* [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-061-2/+2
* Add more tests for optional<const T>Eric Fiselier2016-10-286-0/+29
* Fix unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-10-233-3/+3
* Fix shadowing warning. Patch from STL@microsoft.comEric Fiselier2016-10-231-1/+1
* Update status for std::optional LWG issues and fix an optional SFINAE bugEric Fiselier2016-10-161-0/+12
* Implement N4606 optionalEric Fiselier2016-10-1272-0/+6356
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-1272-6346/+0
* Add <optional> header.Eric Fiselier2016-10-1272-0/+6346
OpenPOWER on IntegriCloud