Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove <experimental/optional>; use <optional> instead. See https://libcxx.ll... | Marshall Clow | 2018-02-01 | 8 | -901/+0 |
* | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 1 | -1/+1 |
* | Protect std::experimental::optional tests under libcpp-no-exceptions | Roger Ferrer Ibanez | 2016-11-07 | 6 | -12/+41 |
* | Fix PR30260 - optional<const T> not working. | Eric Fiselier | 2016-09-07 | 2 | -0/+31 |
* | Fix std::experimental::optional tests. Patch from Casey Carter. | Eric Fiselier | 2016-07-17 | 1 | -9/+3 |
* | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 2 | -6/+6 |
* | [libcxx] Improve tests to use the UNSUPPORTED lit directive | Asiri Rathnayake | 2016-05-28 | 5 | -32/+5 |
* | Make it possible to build a no-exceptions variant of libcxx. | Asiri Rathnayake | 2015-11-10 | 6 | -0/+6 |
* | Suppress clang warnings in some tests | Eric Fiselier | 2015-08-30 | 3 | -22/+9 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 8 | -0/+881 |