[all-commits] [llvm/llvm-project] 9542c9: [libc++] Rename __i to __current_ in move_iterator...

Quuxplusone via All-commits all-commits at lists.llvm.org
Fri Jan 14 12:43:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9542c9c599d212bc80f810be3171ee2a8a555fd8
      https://github.com/llvm/llvm-project/commit/9542c9c599d212bc80f810be3171ee2a8a555fd8
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-01-14 (Fri, 14 Jan 2022)

  Changed paths:
    M libcxx/include/__iterator/move_iterator.h

  Log Message:
  -----------
  [libc++] Rename __i to __current_ in move_iterator. NFC.


  Commit: c09692a644206e785d21deadae5c7ccca5690e54
      https://github.com/llvm/llvm-project/commit/c09692a644206e785d21deadae5c7ccca5690e54
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-01-14 (Fri, 14 Jan 2022)

  Changed paths:
    M libcxx/include/__iterator/move_iterator.h

  Log Message:
  -----------
  [libc++] s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_ABI/g in move_iterator.h. NFC.


  Commit: 0ab54c28f8b5b2436561f496636b184786b79389
      https://github.com/llvm/llvm-project/commit/0ab54c28f8b5b2436561f496636b184786b79389
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-01-14 (Fri, 14 Jan 2022)

  Changed paths:
    M libcxx/include/__iterator/move_iterator.h

  Log Message:
  -----------
  [libc++] Further small cleanups of move_iterator.h. NFC.

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


Compare: https://github.com/llvm/llvm-project/compare/1f2cfc4fdc1e...0ab54c28f8b5


More information about the All-commits mailing list