[PATCH] D84690: Make iterators of BitVector easier to use by inheriting iterator_facade_base

Chen-Pang He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 23:24:09 PDT 2020


jdh8 planned changes to this revision.
jdh8 added a comment.

Indeed it is not a forward iterator because it is bound to no object. I am changing it to an input iterator.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84690/new/

https://reviews.llvm.org/D84690



More information about the llvm-commits mailing list