summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/views
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][test] Fix span tests.Stephan T. Lavavej2020-01-086-38/+19
* [libc++][P1872] span should have size_type, not index_type.Louis Dionne2019-11-1411-16/+16
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-231-1/+1
* Fix test failures when using a custom ABI namespace.Richard Smith2019-06-241-2/+2
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-311-0/+2
* [libc++] Rename span's as_writeable_bytes to as_writable_bytesLouis Dionne2019-03-283-52/+52
* Fix occurrences of _LIBCPP_ASSERT in span testsCasey Carter2019-03-273-8/+8
* Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple ...Marshall Clow2019-03-0611-26/+26
* Implment the last part of P1024: tuple-like interface to span. Reviewed as ht...Marshall Clow2019-02-276-0/+248
* Fix an ambiguity in the tests that gcc-tot complained about.Marshall Clow2019-02-2711-22/+22
* First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_...Marshall Clow2019-02-275-18/+18
* LWG3101 - span's Container constructors need another constraint. Reviewed as ...Marshall Clow2019-02-252-50/+10
* Commit LWG3144 - span does not have a const_pointer typedef. Reviewed as D57039.Marshall Clow2019-02-251-0/+4
* First part of P1024: Usability Enhancements for std::span. Remove operator() ...Marshall Clow2019-02-253-8/+154
* Support tests in freestandingJF Bastien2019-02-0432-32/+96
* 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-1932-128/+96
* Fix static assert diagnostic checks in i386Eric Fiselier2018-12-151-1/+1
* Tolerate Clangs new static_assert messagesEric Fiselier2018-12-141-1/+1
* Implement P1085R2 - Should Span be Regular?. This consists entirely of deletionsMarshall Clow2018-11-276-950/+0
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-1438-154/+154
* Mark LWG#3102 as complete. No code changes, but I updated a test or twoMarshall Clow2018-09-131-0/+6
* 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-2438-0/+4408
OpenPOWER on IntegriCloud