Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll... | Marshall Clow | 2018-02-01 | 6 | -636/+0 |
* | Protect std::experimental::optional tests under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-07 | 4 | -10/+22 |
* | Avoid compile error by giving the test type a user defined default constructor | Eric Fiselier | 2016-09-07 | 1 | -1/+1 |
* | Fix PR30260 - optional<const T> not working. | Eric Fiselier | 2016-09-07 | 5 | -0/+54 |
* | Fix std::experimental::optional tests. Patch from Casey Carter. | Eric Fiselier | 2016-07-17 | 1 | -1/+1 |
* | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake | 2016-05-28 | 6 | -36/+6 |
* | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake | 2015-11-10 | 4 | -0/+4 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 6 | -0/+596 |