[PATCH] D17870: [ADT] Add an 'llvm::seq' function which produces an iterator range over a sequence of values. It increments through the values in the half-open range: [Begin, End), producing those values when indirecting the iterator. It should support integers...

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 4 14:46:48 PST 2016


dblaikie accepted this revision.
dblaikie added a reviewer: dblaikie.
dblaikie added a comment.
This revision is now accepted and ready to land.

Looks good.

(I'd +1 Pete's comment, for a seq(t) -> seq(T(), t) helper but that can be added in follow up/when needed)


http://reviews.llvm.org/D17870





More information about the llvm-commits mailing list