summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/optional/optional.object
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Cleanup and enable multiple warnings.Eric Fiselier2019-12-121-0/+1
* [libcxx][NFC] Strip trailing whitespace, fix typo.Stephan T. Lavavej2019-10-231-2/+2
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2118-19/+19
* Add a missing '__uncvref_t' to the SFINAE constraints for optional's assignme...Marshall Clow2019-06-271-0/+12
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-318-0/+16
* Update test to better check for the non-constexpr-ness of a move constructor....Marshall Clow2019-04-251-5/+20
* Cleaup of requirements for optional. While researching LWG3196, I realized th...Marshall Clow2019-03-251-0/+47
* Allow optional to tolerate being used with a nested class.Eric Fiselier2019-03-111-0/+41
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-058-8/+8
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-058-56/+8
* Support tests in freestandingJF Bastien2019-02-0446-46/+135
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1946-184/+138
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-106-141/+201
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-198-48/+56
* [NFC] Reformat std::optional testsLouis Dionne2018-11-122-4/+4
* [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
* 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