Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libc++][P1872] span should have size_type, not index_type. | Louis Dionne | 2019-11-14 | 2 | -2/+2 |
* | Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ... | Marshall Clow | 2019-03-06 | 1 | -2/+2 |
* | Fix an ambiguity in the tests that gcc-tot complained about. | Marshall Clow | 2019-02-27 | 3 | -3/+3 |
* | First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_... | Marshall Clow | 2019-02-27 | 1 | -2/+2 |
* | Support tests in freestanding | JF Bastien | 2019-02-04 | 3 | -3/+9 |
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 3 | -12/+9 |
* | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2018-11-14 | 3 | -4/+4 |
* | Implement <span>. Reviewed as https://reviews.llvm.org/D49338 | Marshall Clow | 2018-07-24 | 3 | -0/+256 |