[all-commits] [llvm/llvm-project] a2c6a1: [libc++][ranges]implement `std::views::take_while`

Hui via All-commits all-commits at lists.llvm.org
Sun Oct 9 00:11:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2c6a1193f41e40840a7ead6c1c0540d3062c13a
      https://github.com/llvm/llvm-project/commit/a2c6a1193f41e40840a7ead6c1c0540d3062c13a
  Author: Hui Xie <hui.xie1990 at gmail.com>
  Date:   2022-10-09 (Sun, 09 Oct 2022)

  Changed paths:
    M libcxx/docs/Status/Cxx20Papers.csv
    M libcxx/docs/Status/Cxx2bIssues.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__ranges/take_while_view.h
    M libcxx/include/module.modulemap.in
    M libcxx/include/ranges
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/adaptor.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/base.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/begin.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/ctad.compile.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.default.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.view.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/end.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/general.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/pred.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/range.concept.compile.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.base.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.convert.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.default.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/equality.pass.cpp
    A libcxx/test/std/ranges/range.adaptors/range.take.while/types.h

  Log Message:
  -----------
  [libc++][ranges]implement `std::views::take_while`

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




More information about the All-commits mailing list