Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcxx: Rename .hpp files in libcxx/test/support to .h | Nico Weber | 2019-08-21 | 1 | -1/+1 |
* | Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0... | Marshall Clow | 2019-04-24 | 1 | -2/+2 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 1 | -1/+3 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [libcxx] [test] Add missing <stdexcept> in several tests. | Billy Robert O'Neal III | 2018-08-08 | 1 | -0/+1 |
* | [libcxx] [test] Fix string_view tests. | Stephan T. Lavavej | 2016-12-09 | 1 | -4/+4 |
* | Fix some string_view tests that were failing when exceptions were disabled. A... | Marshall Clow | 2016-07-21 | 1 | -0/+5 |
* | Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed... | Marshall Clow | 2016-07-21 | 1 | -0/+447 |