[all-commits] [llvm/llvm-project] 74fd3c: [libcxx][ranges] implements dangling, borrowed_ite...

Christopher Di Bella via All-commits all-commits at lists.llvm.org
Wed Jul 21 14:35:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74fd3cb8cd3ea41219d522412f4408d9993352ef
      https://github.com/llvm/llvm-project/commit/74fd3cb8cd3ea41219d522412f4408d9993352ef
  Author: Christopher Di Bella <cjdb at google.com>
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
    M libcxx/docs/Status/RangesPaper.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__ranges/dangling.h
    M libcxx/include/__ranges/subrange.h
    M libcxx/include/module.modulemap
    M libcxx/include/ranges
    A libcxx/test/libcxx/diagnostics/detail.headers/ranges/dangling.module.verify.cpp
    A libcxx/test/std/ranges/range.utility/range.dangling/borrowed_iterator.compile.pass.cpp
    A libcxx/test/std/ranges/range.utility/range.dangling/borrowed_subrange.compile.pass.cpp
    A libcxx/test/std/ranges/range.utility/range.dangling/dangling.pass.cpp

  Log Message:
  -----------
  [libcxx][ranges] implements dangling, borrowed_iterator_t, borrowed_subrange_t

* Implements part of P0896 'The One Ranges Proposal'
* Implements http://wg21.link/range.dangling

Reviewed By: zoecarver

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




More information about the All-commits mailing list