| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add tests to make sure that <string_view> provides std::size/data/empty in ↵ | Marshall Clow | 2018-01-30 | 3 | -1/+31 |
| | | | | | | | C++17 mode. This is LWG#3009, coming up for a vote in JAX - but we already do it, just don't have tests llvm-svn: 323719 | ||||
| * | More of P0600 - '[[nodiscard]] in the Library' mark empty() as nodiscard in ↵ | Marshall Clow | 2017-11-15 | 3 | -0/+84 |
| | | | | | | | string, string_view, and the free function std::empty(). Removed tabs from <string_view>, which is why the diff is so big. llvm-svn: 318328 | ||||
| * | Clean up the tests for free data(), size() and empty() | Marshall Clow | 2017-11-15 | 3 | -24/+28 |
| | | | | | llvm-svn: 318313 | ||||
| * | Replace __cplusplus comparisons and dialect __has_feature checks with ↵ | Eric Fiselier | 2016-06-14 | 3 | -3/+9 |
| | | | | | | | | | | TEST_STD_VER. This is a huge cleanup that helps make the libc++ test suite more portable. Patch from STL@microsoft.com. Thanks STL! llvm-svn: 272716 | ||||
| * | Remove trailing whitespace in test suite. Approved by Marshall Clow. | Eric Fiselier | 2016-06-01 | 3 | -9/+9 |
| | | | | | llvm-svn: 271435 | ||||
| * | Cleaning up the test suite; remove some includes of non-standard file <__config> | Marshall Clow | 2015-01-18 | 3 | -9/+0 |
| | | | | | llvm-svn: 226411 | ||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 3 | -0/+236 |
| llvm-svn: 224658 | |||||

