Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 5 | -252/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Mark a couple of tests as XFAIL with older compilers. | Eric Fiselier | 2014-12-07 | 1 | -0/+3 |
| | | | | llvm-svn: 223600 | ||||
* | string_view enhancements. Move to the correct namespace. Better constexpr ↵ | Marshall Clow | 2014-07-08 | 1 | -1/+1 |
| | | | | | | support (thanks to Richard for the suggestions). Update the tests to match this. Add <experimental/__config for experimental macros/etc to live. llvm-svn: 212569 | ||||
* | Minor cleanup for string_view; mostly from suggestions by Richard Smith. ↵ | Marshall Clow | 2014-07-02 | 2 | -2/+2 |
| | | | | | | 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 | 5 | -0/+249 |
in C++11 and 03, with reduced functionality (mostly in the area of constexpr) llvm-svn: 210659 |