[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce...
[oota-llvm.git] / include / llvm / ADT / iterator_range.h
2014-03-10 Aaron BallmanRemoving llvm::distance and llvm::copy for iterator_ran...
2014-03-08 Aaron BallmanAdding some includes to appease build bots. Amends...
2014-03-08 Aaron BallmanAdding range-based STL-like helper APIs. llvm::distance...
2014-03-03 Chandler Carruth[C++11] Add an iterator_range class template. This...