Adding range-based STL-like helper APIs. llvm::distance() is the range version of...
authorAaron Ballman <aaron@aaronballman.com>
Sat, 8 Mar 2014 20:11:24 +0000 (20:11 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 8 Mar 2014 20:11:24 +0000 (20:11 +0000)
commit5c47b5806affd10579a02515a474463ecd151472
treeceb76c4c39f5332b55619053779a73fc1db3f59b
parentf089b846991d7c4b897584ac30f61a67c9f4e7a9
Adding range-based STL-like helper APIs. llvm::distance() is the range version of std::distance. llvm::copy is the range version of std::copy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203354 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/iterator_range.h