[all-commits] [llvm/llvm-project] 0b5fb7: [libc++] [NFC] s/__referenceable/__can_reference/

Quuxplusone via All-commits all-commits at lists.llvm.org
Wed Feb 2 10:40:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b5fb7c604e66b04b66b0bedb8141941a6237551
      https://github.com/llvm/llvm-project/commit/0b5fb7c604e66b04b66b0bedb8141941a6237551
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-02-02 (Wed, 02 Feb 2022)

  Changed paths:
    M libcxx/include/__iterator/common_iterator.h
    M libcxx/include/__iterator/concepts.h
    M libcxx/include/__iterator/iter_move.h
    M libcxx/include/__iterator/iterator_traits.h
    M libcxx/include/__ranges/transform_view.h

  Log Message:
  -----------
  [libc++] [NFC] s/__referenceable/__can_reference/

The Standard name for this exposition-only concept is _can-reference_.

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




More information about the All-commits mailing list