summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-141-2/+2
* Fix occurrences of _LIBCPP_ASSERT in span testsCasey Carter2019-03-271-2/+2
* Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...Marshall Clow2019-03-061-2/+2
* First part of P1024: Usability Enhancements for std::span. Remove operator() ...Marshall Clow2019-02-251-8/+4
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-141-3/+3
* Implement <span>. Reviewed as https://reviews.llvm.org/D49338Marshall Clow2018-07-241-0/+119
OpenPOWER on IntegriCloud