summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/views/span.cons
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][test] Fix span tests.Stephan T. Lavavej2020-01-083-27/+8
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-143-4/+4
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...Marshall Clow2019-03-062-2/+2
* Fix an ambiguity in the tests that gcc-tot complained about.Marshall Clow2019-02-271-12/+12
* First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...Marshall Clow2019-02-271-1/+1
* LWG3101 - span's Container constructors need another constraint. Reviewed as ...Marshall Clow2019-02-252-50/+10
* Support tests in freestandingJF Bastien2019-02-0416-16/+48
* While reviewing D57058, Louis had some questions about the existing span cons...Marshall Clow2019-01-222-36/+69
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* Fix static assert diagnostic checks in i386Eric Fiselier2018-12-151-1/+1
* Tolerate Clangs new static_assert messagesEric Fiselier2018-12-141-1/+1
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-1416-41/+41
* Disable 'suggest braces' warnings for std::array in testsMarshall Clow2018-07-242-0/+7
* Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow2018-07-2416-0/+1700
OpenPOWER on IntegriCloud