summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/optional/optional.object
Commit message (Expand)AuthorAgeFilesLines
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-0131-2575/+0
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-042-0/+14
* Fix unused parameters and variablesEric Fiselier2016-12-232-2/+2
* Protect std::experimental::optional tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0713-27/+77
* Update status for std::optional LWG issues and fix an optional SFINAE bugEric Fiselier2016-10-161-0/+3
* Avoid compile error by giving the test type a user defined default constructorEric Fiselier2016-09-071-1/+1
* Fix PR30260 - optional<const T> not working.Eric Fiselier2016-09-078-0/+94
* Fix std::experimental::optional tests. Patch from Casey Carter.Eric Fiselier2016-07-172-10/+4
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-012-6/+6
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-2828-169/+28
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1013-0/+13
* Suppress clang warnings in some testsEric Fiselier2015-08-303-22/+9
* Remove non-const test to get test passing. Will come back later and (correctl...Marshall Clow2014-12-231-4/+0
* Move test into test/std subdirectory.Eric Fiselier2014-12-2031-0/+2565
OpenPOWER on IntegriCloud