[libcxx-commits] [PATCH] D119677: [libc++] [test] Improve test coverage for std::{c, }{begin, end}.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 13 12:51:42 PST 2022


Quuxplusone created this revision.
Quuxplusone added reviewers: libc++, ldionne, cor3ntin, Mordante.
Quuxplusone added a project: libc++.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added 1 blocking reviewer(s): libc++.

Incidentally, this removes some unqualified ADL calls to `begin` and `end`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119677

Files:
  libcxx/test/std/iterators/iterator.range/begin-end.compile.fail.cpp
  libcxx/test/std/iterators/iterator.range/begin-end.pass.cpp
  libcxx/test/std/iterators/iterator.range/begin_array.pass.cpp
  libcxx/test/std/iterators/iterator.range/begin_const.pass.cpp
  libcxx/test/std/iterators/iterator.range/begin_non_const.pass.cpp
  libcxx/test/std/iterators/iterator.range/end_array.pass.cpp
  libcxx/test/std/iterators/iterator.range/end_const.pass.cpp
  libcxx/test/std/iterators/iterator.range/end_non_const.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119677.408290.patch
Type: text/x-patch
Size: 23798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220213/7830c79a/attachment-0001.bin>


More information about the libcxx-commits mailing list