llvm-project/libcxx/test/std/containers/views
Louis Dionne 7cd0dad834 [libc++] Rename span's as_writeable_bytes to as_writable_bytes
Summary: The Standard says as_writable_bytes.

Reviewers: mclow.lists, EricWF

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Differential Revision: https://reviews.llvm.org/D59882

llvm-svn: 357139
2019-03-28 01:27:52 +00:00
..
span.cons Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC 2019-03-06 03:59:44 +00:00
span.elem Fix occurrences of _LIBCPP_ASSERT in span tests 2019-03-27 17:03:44 +00:00
span.iterators Fix an ambiguity in the tests that gcc-tot complained about. 2019-02-27 01:29:52 +00:00
span.objectrep [libc++] Rename span's as_writeable_bytes to as_writable_bytes 2019-03-28 01:27:52 +00:00
span.obs Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC 2019-03-06 03:59:44 +00:00
span.sub Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC 2019-03-06 03:59:44 +00:00
span.tuple Implment the last part of P1024: tuple-like interface to span. Reviewed as https://reviews.llvm.org/D58706. 2019-02-27 15:41:37 +00:00
types.pass.cpp Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC 2019-03-06 03:59:44 +00:00