summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/optional
Commit message (Expand)AuthorAgeFilesLines
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-0166-4317/+0
* Placate unused variable warnings uncovered by improvements to clang's -Wunuse...Benjamin Kramer2017-10-141-0/+1
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-044-0/+26
* Fix unused parameters and variablesEric Fiselier2016-12-233-3/+3
* Protect optional test under libcpp-no-exceptionsRoger Ferrer Ibanez2016-12-011-3/+6
* Protect std::experimental::optional tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-0713-27/+77
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-041-1/+3
* 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-175-13/+9
* Move more _LIBCPP_VERSION tests to test/libcxx.Eric Fiselier2016-06-221-20/+0
* Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier2016-06-0123-39/+39
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-2860-318/+62
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1014-0/+14
* 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-2067-0/+4421
OpenPOWER on IntegriCloud