summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/iterator.h
Commit message (Expand)AuthorAge
* [ADT] Provide some helpful static_asserts for using operations of theChandler Carruth2014-04-30
* [ADT] Make the iterator adaptor utility a touch more general byChandler Carruth2014-04-29
* [LCG] Add some pedantry to the use of ptrdiff_t to appease build bots.Chandler Carruth2014-04-26
* [LCG] Eliminate more boiler plate by using the iterator facade baseChandler Carruth2014-04-26
* [ADT] Generalize pointee_iterator to smart pointers by using decltype.Chandler Carruth2014-04-24
* [ADT] Attempt to appease another MSVC oddity by moving the injectedChandler Carruth2014-04-24
* [ADT] Try to appease MSVC by sinking the enable_if from a defaultChandler Carruth2014-04-24
* [ADT] Factor out the facade aspect of the iterator_adaptor_base into itsChandler Carruth2014-04-24
* [ADT] Add a generic iterator utility for adapting iterators much likeChandler Carruth2014-04-24