summaryrefslogtreecommitdiffstats
path: root/libcxx/test/experimental/string.view/string.view.modifiers
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-204-291/+0
| | | | llvm-svn: 224658
* Replaced checking in string_view::remove_suffix/remove_prefix by ↵Marshall Clow2014-11-112-10/+4
| | | | | | _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 Clow2014-06-114-0/+297
in C++11 and 03, with reduced functionality (mostly in the area of constexpr) llvm-svn: 210659
OpenPOWER on IntegriCloud