[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...

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 10:28:31 PDT 2016


Chandler Carruth <chandlerc at gmail.com> writes:
> chandlerc added a reviewer: bogner.
> chandlerc added a comment.
>
> What do you think Justin? I think not having to remember to make an
> end variable is nice, and I'd like to start somewhere on building up
> more range stuff, and this seems like a reasonable place to start...

Sure, go for it.


More information about the llvm-commits mailing list