[all-commits] [llvm/llvm-project] 0218ea: [libc++] Implement ranges::ends_with

ZijunZhaoCCK via All-commits all-commits at lists.llvm.org
Mon Sep 18 11:59:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0218ea4aaa5478d4a55c3f73735d90968c8cbace
      https://github.com/llvm/llvm-project/commit/0218ea4aaa5478d4a55c3f73735d90968c8cbace
  Author: Zijun Zhao <zijunzhao at google.com>
  Date:   2023-09-18 (Mon, 18 Sep 2023)

  Changed paths:
    M libcxx/benchmarks/CMakeLists.txt
    A libcxx/benchmarks/algorithms/ranges_ends_with.bench.cpp
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__algorithm/ranges_ends_with.h
    M libcxx/include/algorithm
    M libcxx/modules/std/algorithm.inc
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.ends_with/ranges.ends_with.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_differing_projections.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++] Implement ranges::ends_with

Reviewed By: #libc, var-const

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




More information about the All-commits mailing list