Commits
Dmitri Hrybenko committed 37a4335b88a
Replace swift::Range with llvm::iterator_range Due to inreased use of llvm::make_range in LLVM headers and ADL for types defined in the swift namespace, some of the LLVM headers started to trigger ambiguity errors between llvm::make_range and swift::make_range. Swift SVN r29700