[all-commits] [llvm/llvm-project] 2021d2: [libc++] Implement ranges::view

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue May 4 08:06:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2021d272ad6c49e63deeb2314c8553da335284f6
      https://github.com/llvm/llvm-project/commit/2021d272ad6c49e63deeb2314c8553da335284f6
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2021-05-04 (Tue, 04 May 2021)

  Changed paths:
    M libcxx/docs/OneRangesProposalStatus.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__ranges/view.h
    M libcxx/include/ranges
    M libcxx/test/std/containers/associative/map/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/associative/multimap/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/associative/multiset/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/associative/set/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/array/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/deque/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/forwardlist/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/list/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/vector.bool/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/sequences/vector/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/unord/unord.map/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/unord/unord.multimap/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/unord/unord.multiset/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/unord/unord.set/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/containers/views/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.directory_iterator/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/input.output/filesystems/class.path/range_concept_conformance.compile.pass.cpp
    A libcxx/test/std/ranges/range.view/enable_view.compile.pass.cpp
    A libcxx/test/std/ranges/range.view/view.compile.pass.cpp
    A libcxx/test/std/ranges/range.view/view.subsumption.compile.pass.cpp
    A libcxx/test/std/ranges/range.view/view_base.compile.pass.cpp
    M libcxx/test/std/re/re.results/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/strings/basic.string/range_concept_conformance.compile.pass.cpp
    M libcxx/test/std/strings/string.view/range_concept_conformance.compile.pass.cpp

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

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




More information about the All-commits mailing list