[all-commits] [llvm/llvm-project] 0e3dc1: [libc++] Implement ranges::{all, any, none}_of

philnik777 via All-commits all-commits at lists.llvm.org
Thu May 26 07:50:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e3dc1a52ffe8a2c7464d6acaeaec23eca21f4f4
      https://github.com/llvm/llvm-project/commit/0e3dc1a52ffe8a2c7464d6acaeaec23eca21f4f4
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-05-26 (Thu, 26 May 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__algorithm/ranges_all_of.h
    A libcxx/include/__algorithm/ranges_any_of.h
    A libcxx/include/__algorithm/ranges_none_of.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ranges.all_of.pass.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ranges.any_of.pass.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ranges.none_of.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++] Implement ranges::{all, any, none}_of

Reviewed By: ldionne, var-const, #libc

Spies: libcxx-commits, mgorny

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




More information about the All-commits mailing list