[all-commits] [llvm/llvm-project] 098643: Revert "Fix iterator_adaptor_base/enumerator_iter ...

Mehdi Amini via All-commits all-commits at lists.llvm.org
Wed Nov 3 17:14:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0986433401067c72816450e64d73a79f16cc3c5e
      https://github.com/llvm/llvm-project/commit/0986433401067c72816450e64d73a79f16cc3c5e
  Author: Mehdi Amini <joker.eph at gmail.com>
  Date:   2021-11-04 (Thu, 04 Nov 2021)

  Changed paths:
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/iterator.h
    M llvm/unittests/ADT/IteratorTest.cpp

  Log Message:
  -----------
  Revert "Fix iterator_adaptor_base/enumerator_iter to allow composition of llvm::enumerate with llvm::make_filter_range"

This reverts commit ba7a6b314fd14bb2c9ff5d3f4fe2b6525514cada.

Post-commit review showed that the fix implemented wasn't correct, and a
more principled fix is possible.




More information about the All-commits mailing list