summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor
Commit message (Expand)AuthorAgeFilesLines
* [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-218-9/+9
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-312-0/+4
* 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-054-4/+4
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-054-28/+4
* Support tests in freestandingJF Bastien2019-02-0416-16/+48
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-101-36/+0
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-194-24/+28
* [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
* [libcxx] [test] Untabify, NFC.Stephan T. Lavavej2017-07-292-11/+11
* optional: Implement LWG 2900 and P0602Casey Carter2017-07-092-8/+8
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-06-201-1/+1
* 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-044-0/+29
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2017-05-042-4/+4
* Add some FAIL constexpr tests for optional's copy/move ctors.Marshall Clow2017-04-122-0/+73
* 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-231-1/+1
* Implement N4606 optionalEric Fiselier2016-10-1213-0/+1600
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-1213-1600/+0
* Add <optional> header.Eric Fiselier2016-10-1213-0/+1600
OpenPOWER on IntegriCloud