[all-commits] [llvm/llvm-project] 55bd22: [libc++][ranges] Implement rbegin, rend, crbegin a...

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Mon Feb 14 03:30:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55bd22f853d8acbfabdfd1086fa4f4d97db71f63
      https://github.com/llvm/llvm-project/commit/55bd22f853d8acbfabdfd1086fa4f4d97db71f63
  Author: Konstantin Varlamov <varconst at apple.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M libcxx/docs/Status/RangesPaper.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__concepts/class_or_enum.h
    M libcxx/include/__ranges/access.h
    A libcxx/include/__ranges/rbegin.h
    A libcxx/include/__ranges/rend.h
    M libcxx/include/module.modulemap
    M libcxx/include/ranges
    A libcxx/test/libcxx/diagnostics/detail.headers/ranges/rbegin.module.verify.cpp
    A libcxx/test/libcxx/diagnostics/detail.headers/ranges/rend.module.verify.cpp
    A libcxx/test/std/ranges/range.access/rbegin.pass.cpp
    A libcxx/test/std/ranges/range.access/rend.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement rbegin, rend, crbegin and crend.

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




More information about the All-commits mailing list