summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor
Commit message (Expand)AuthorAgeFilesLines
* Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll...Marshall Clow2018-02-018-901/+0
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+1
* Protect std::experimental::optional tests under libcpp-no-exceptionsRoger Ferrer Ibanez2016-11-076-12/+41
* Fix PR30260 - optional<const T> not working.Eric Fiselier2016-09-072-0/+31
* Fix std::experimental::optional tests. Patch from Casey Carter.Eric Fiselier2016-07-171-9/+3
* 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-285-32/+5
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-106-0/+6
* Suppress clang warnings in some testsEric Fiselier2015-08-303-22/+9
* Move test into test/std subdirectory.Eric Fiselier2014-12-208-0/+881
OpenPOWER on IntegriCloud