[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...
    Pete Cooper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Mar  6 21:52:49 PST 2016
    
    
  
Sent from my iPhone
> On Mar 4, 2016, at 2:46 PM, David Blaikie via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> seq(t) -> seq(T(), t)
Never occurred to me to generalise it in that way. Neat!
But yeah, no need to do this immediately or even at all, unless there's good reason.
Cheers
Pete
    
    
More information about the llvm-commits
mailing list