summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/optional
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][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-221-1/+1
* [libc++][test] Silence MSVC warning in std::optional testCasey Carter2019-10-121-1/+1
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-2121-22/+22
* 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-3133-0/+66
* 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 when exceptions are disabledLouis Dionne2019-02-052-2/+2
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-0511-11/+11
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-0511-80/+13
* Support tests in freestandingJF Bastien2019-02-0477-77/+228
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1977-308/+231
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-106-141/+201
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-072-14/+14
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-1911-54/+79
* [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
* 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
OpenPOWER on IntegriCloud