iterator_range: Add an llvm::make_range() helper method.
authorJim Grosbach <grosbach@apple.com>
Thu, 10 Apr 2014 21:49:22 +0000 (21:49 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 10 Apr 2014 21:49:22 +0000 (21:49 +0000)
commitb4dd10a72368943c4edff2562752f2e93ca8608f
treeb019113523636c93ef22583ec4c02e5eaeebdec2
parente7ef041ba4dceb57592e56369fef718a406ac2b5
iterator_range: Add an llvm::make_range() helper method.

Convenience wrapper to make dealing with sub-ranges easier. Like the
iterator_range<> itself, if/when this sort of thing gets standards
blessing, it will be replaced by the official version.

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