[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
Thu Mar 3 23:45:07 PST 2016


chandlerc updated this revision to Diff 49801.
chandlerc marked 2 inline comments as done.
chandlerc added a comment.

Update with fixes based on code review.


http://reviews.llvm.org/D17870

Files:
  include/llvm/ADT/Sequence.h
  include/llvm/ADT/iterator.h
  unittests/ADT/CMakeLists.txt
  unittests/ADT/SequenceTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17870.49801.patch
Type: text/x-patch
Size: 5479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160304/53bc9c15/attachment.bin>


More information about the llvm-commits mailing list