[all-commits] [llvm/llvm-project] ee0f8c: [libc++][ranges] Implement ranges::find{, _if, _if...

philnik777 via All-commits all-commits at lists.llvm.org
Fri Mar 11 16:46:25 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee0f8c4010309a25c95115a9f727a02741e2de48
      https://github.com/llvm/llvm-project/commit/ee0f8c4010309a25c95115a9f727a02741e2de48
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-03-12 (Sat, 12 Mar 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__algorithm/ranges_find.h
    A libcxx/include/__algorithm/ranges_find_if.h
    A libcxx/include/__algorithm/ranges_find_if_not.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap
    A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_find.module.verify.cpp
    A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_find_if.module.verify.cpp
    A libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_find_if_not.module.verify.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find.pass.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_if.pass.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.find/ranges.find_if_not.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
    A libcxx/test/support/almost_satisfies_types.h

  Log Message:
  -----------
  [libc++][ranges] Implement ranges::find{, _if, _if_not}

Reviewed By: var-const, #libc, ldionne

Spies: ldionne, tcanens, libcxx-commits, mgorny

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




More information about the All-commits mailing list