Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark 'front()' and 'back()' as noexcept for array/deque/string/string_view. T... | Marshall Clow | 2019-03-19 | 3 | -3/+12 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 5 | -5/+15 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 5 | -20/+15 |
* | Add tests to make sure that <string_view> provides std::size/data/empty in C+... | Marshall Clow | 2018-01-30 | 1 | -0/+4 |
* | Tolerate [[nodiscard]] annotations in the STL. Reviewed as https://reviews.ll... | Billy Robert O'Neal III | 2017-11-15 | 1 | -1/+1 |
* | [libcxx] [test] Fix comment typos, strip trailing whitespace. | Stephan T. Lavavej | 2017-01-18 | 1 | -1/+1 |
* | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 2 | -2/+2 |
* | Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed... | Marshall Clow | 2016-07-21 | 5 | -0/+266 |