Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / ADT / iterator.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-04-30 Chandler Carruth[ADT] Provide some helpful static_asserts for using...
2014-04-29 Chandler Carruth[ADT] Make the iterator adaptor utility a touch more...
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...