Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -76/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Replaced checking in string_view::remove_suffix/remove_prefix by ↵ | Marshall Clow | 2014-11-11 | 1 | -5/+2 |
| | | | | | | _LIBCPP_ASSERT, since this is technically undefined behavior. Fixes PR#21496 llvm-svn: 221717 | ||||
* | Implement string_view from the library fundamentals TS (n4023). Also works ↵ | Marshall Clow | 2014-06-11 | 1 | -0/+79 |
in C++11 and 03, with reduced functionality (mostly in the area of constexpr) llvm-svn: 210659 |