aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor
AgeCommit message (Expand)Author
2019-01-10[libcxx] Reorganize tests since the application of P0602R4Louis Dionne
2018-11-19[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne
2018-11-12[NFC] Reformat std::optional testsLouis Dionne
2018-06-14[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2018-05-29Mark deduction guide tests as failing on apple-clang-9JF Bastien
2018-05-28Fix up the final bits of breakage due to clang v5 generating bad implicit tem...Marshall Clow
2018-05-25Fix optional<char> test breakageJF Bastien
2018-05-25Fix optional deduction guide test breakageJF Bastien
2018-05-25Add one more test for optionalMarshall Clow
2018-05-25Add deduction guides for optionalMarshall Clow
2017-07-29[libcxx] [test] Untabify, NFC.Stephan T. Lavavej
2017-07-09optional: Implement LWG 2900 and P0602Casey Carter
2017-06-20[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-05-25Add some constexpr tests for optional's move/copy ctorMarshall Clow
2017-05-17Mark the copy constructor and move Marshall Clow
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-05-04[libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej
2017-04-12Add some FAIL constexpr tests for optional's copy/move ctors.Marshall Clow
2017-03-30Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>Eric Fiselier
2017-02-05[libcxx] [test] Fix Clang -Wunused-local-typedef, part 2/3.Stephan T. Lavavej
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-10-28Add more tests for optional<const T>Eric Fiselier
2016-10-23Fix unreferenced parameters. Patch from STL@microsoft.comEric Fiselier
2016-10-12Implement N4606 optionalEric Fiselier
2016-10-12Revert Add <optional>. Will recommit with better commit messageEric Fiselier
2016-10-12Add <optional> header.Eric Fiselier