summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/optional/optional.object
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix failing -verify tests due to change in Clangs static_assert message.Eric Fiselier2017-09-171-6/+6
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-11/+11
* 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-048-0/+60
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-042-4/+4
* Expand test coverage for LWG2857Casey Carter2017-04-212-6/+16
* 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
* Fix more -Wshadow warnings introduced by recent Clang changeEric Fiselier2017-04-041-1/+0
* Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>Eric Fiselier2017-03-301-0/+14
* [libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej2017-02-051-5/+0
* Fix unused parameters and variablesEric Fiselier2016-12-231-0/+1
* Add more tests for optional<const T>Eric Fiselier2016-10-286-0/+29
* Fix unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-10-232-2/+2
* 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-1242-0/+4630
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-1242-4669/+0
* Add <optional> header.Eric Fiselier2016-10-1242-0/+4669
OpenPOWER on IntegriCloud