Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -46/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Minor cleanup for string_view; mostly from suggestions by Richard Smith. ↵ | Marshall Clow | 2014-07-02 | 1 | -4/+4 |
| | | | | | | Also, make the tests pass under c++03 llvm-svn: 212185 | ||||
* | Implement string_view from the library fundamentals TS (n4023). Also works ↵ | Marshall Clow | 2014-06-11 | 1 | -0/+46 |
in C++11 and 03, with reduced functionality (mostly in the area of constexpr) llvm-svn: 210659 |