[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 May 12 21:03:59 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL269390: [ADT] Add an 'llvm::seq' function which produces an iterator range over (authored by chandlerc).
Changed prior to commit:
http://reviews.llvm.org/D17870?vs=49801&id=57131#toc
Repository:
rL LLVM
http://reviews.llvm.org/D17870
Files:
llvm/trunk/include/llvm/ADT/Sequence.h
llvm/trunk/include/llvm/ADT/iterator.h
llvm/trunk/unittests/ADT/CMakeLists.txt
llvm/trunk/unittests/ADT/SequenceTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17870.57131.patch
Type: text/x-patch
Size: 5654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160513/4528bb59/attachment.bin>
More information about the llvm-commits
mailing list