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

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 22:28:01 PDT 2016


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


http://reviews.llvm.org/D17870





More information about the llvm-commits mailing list