[libcxx-commits] [PATCH] D109086: [libc++] Implement ranges::filter_view

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 27 13:07:16 PST 2022


ldionne updated this revision to Diff 403770.
ldionne marked 6 inline comments as done.
ldionne added a comment.

Address review comments


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109086/new/

https://reviews.llvm.org/D109086

Files:
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/filter_view.h
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/filter_view.module.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/adaptor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/constraints.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/ctad.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/ctor.view_pred.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/arrow.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/compare.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/ctor.parent_iter.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/decrement.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/deref.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/increment.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/iter_move.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/iter_swap.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/iterator/types.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/pred.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/sentinel/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/sentinel/compare.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/sentinel/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/sentinel/ctor.parent.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.filter/types.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109086.403770.patch
Type: text/x-patch
Size: 93280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220127/7d642d84/attachment-0001.bin>


More information about the libcxx-commits mailing list