summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators/iterator.container
Commit message (Collapse)AuthorAgeFilesLines
* Add tests to make sure that <string_view> provides std::size/data/empty in ↵Marshall Clow2018-01-303-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 Clow2017-11-153-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 Clow2017-11-153-24/+28
| | | | llvm-svn: 318313
* Replace __cplusplus comparisons and dialect __has_feature checks with ↵Eric Fiselier2016-06-143-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 Fiselier2016-06-013-9/+9
| | | | llvm-svn: 271435
* Cleaning up the test suite; remove some includes of non-standard file <__config>Marshall Clow2015-01-183-9/+0
| | | | llvm-svn: 226411
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-0/+236
llvm-svn: 224658
OpenPOWER on IntegriCloud