Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add '_LIBCPP_ASSERT(ready())' to several match_results method that have this ... | Marshall Clow | 2019-04-26 | 1 | -1/+1 |
* | 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 |
* | Adjust unsupported C++ versions in some tests | Mikhail Maltsev | 2018-10-24 | 1 | -1/+1 |
* | Mark the move construct/move assign tests as unsupported on C++03 | Marshall Clow | 2018-10-23 | 1 | -1/+1 |
* | Add tests for match_results copy/move assignment operators. NFC | Marshall Clow | 2018-10-23 | 1 | -0/+6 |
* | Remove a 'const' from the synopsis. NFC | Marshall Clow | 2018-10-23 | 1 | -1/+1 |
* | Add tests for match_results copy/move construction. NFC | Marshall Clow | 2018-10-23 | 1 | -0/+42 |