[LCG] Add some pedantry to the use of ptrdiff_t to appease build bots.
[oota-llvm.git] / include / llvm / ADT / iterator.h
2014-04-26 Chandler Carruth[LCG] Add some pedantry to the use of ptrdiff_t to...
2014-04-26 Chandler Carruth[LCG] Eliminate more boiler plate by using the iterator...
2014-04-24 Chandler Carruth[ADT] Generalize pointee_iterator to smart pointers...
2014-04-24 Chandler Carruth[ADT] Attempt to appease another MSVC oddity by moving...
2014-04-24 Chandler Carruth[ADT] Try to appease MSVC by sinking the enable_if...
2014-04-24 Chandler Carruth[ADT] Factor out the facade aspect of the iterator_adap...
2014-04-24 Chandler Carruth[ADT] Add a generic iterator utility for adapting itera...