summaryrefslogtreecommitdiff
path: root/unittests/ADT/IteratorTest.cpp
AgeCommit message (Expand)Author
2018-06-27[ADT] drop_begin: use adl_begin/adl_end. NFC.Michael Kruse
2018-06-27[ADT] Pass DerivedT from pointe{e,r}_iterator to iterator_adaptor_baseJustin Bogner
2018-05-16[STLExtras] Add size() for ranges, and remove distance()Vedant Kumar
2018-05-10[STLExtras] Add distance() for ranges, pred_size(), and succ_size()Vedant Kumar
2018-04-25[ADT] Make filter_iterator support bidirectional iterationVedant Kumar
2017-06-06Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth
2017-03-27ADT: Add range helpers for pointer_ and pointee_iteratorJustin Bogner
2017-02-23[ADT] Fix zip iterator interface.Bryant Wong
2016-10-19[ADT] Zip range adapterMehdi Amini
2016-10-12Revert "[ADT] Zip range adapter"Mehdi Amini
2016-10-12[ADT] Zip range adapterMehdi Amini
2016-10-10[ADT] Don't use make_pointee_iterator in IteratorTest.Justin Lebar
2016-10-10[ADT] Add make_pointe{e,r}_iterator.Justin Lebar
2016-08-20Move unittests/Support/IteratorTest.cpp to unittests/ADT/Duncan P. N. Exon Smith