Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 4 | -0/+4 |
* | Fix a minor bug with std::next and prev not and negative numbers. In particul... | Marshall Clow | 2019-03-22 | 2 | -13/+23 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 4 | -4/+12 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 4 | -16/+12 |
* | Remove addtional parameters in function std::next() and std::prev() | Rachel Craik | 2017-07-24 | 2 | -0/+6 |
* | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2017-06-20 | 2 | -2/+2 |
* | Make next/prev/advance/distance operations on iterators be constexpr. I misse... | Marshall Clow | 2017-05-17 | 4 | -3/+116 |
* | Implement LWG#2353: std::next is over-constrained | Marshall Clow | 2015-11-07 | 1 | -0/+4 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 4 | -0/+175 |