summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/IteratorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ADT] Move drop_begin from iterator_range.h into STLExtras.Lang Hames2019-11-141-13/+0
* [ADT] Remove llvm::make_unique utility.Jonas Devlieghere2019-08-161-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-8/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [ADT] Add zip_longest iterators.Michael Kruse2018-12-051-0/+34
* Revert "[ADT] Add zip_longest iterators"Michael Kruse2018-12-041-30/+0
* [ADT] Add zip_longest iteratorsMichael Kruse2018-12-041-0/+30
* Correctly instantiate `iterator_adaptor_base` when defining `pointer_iterator`David Blaikie2018-11-141-0/+29
* [ADT] drop_begin: use adl_begin/adl_end. NFC.Michael Kruse2018-06-271-0/+13
* [ADT] Pass DerivedT from pointe{e,r}_iterator to iterator_adaptor_baseJustin Bogner2018-06-271-0/+14
* [STLExtras] Add size() for ranges, and remove distance()Vedant Kumar2018-05-161-2/+2
* [STLExtras] Add distance() for ranges, pred_size(), and succ_size()Vedant Kumar2018-05-101-0/+8
* [ADT] Make filter_iterator support bidirectional iterationVedant Kumar2018-04-251-0/+28
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* ADT: Add range helpers for pointer_ and pointee_iteratorJustin Bogner2017-03-271-0/+16
* [ADT] Fix zip iterator interface.Bryant Wong2017-02-231-4/+53
* [ADT] Zip range adapterMehdi Amini2016-10-191-0/+63
* Revert "[ADT] Zip range adapter"Mehdi Amini2016-10-121-63/+0
* [ADT] Zip range adapterMehdi Amini2016-10-121-0/+63
* [ADT] Don't use make_pointee_iterator in IteratorTest.Justin Lebar2016-10-101-25/+20
* [ADT] Add make_pointe{e,r}_iterator.Justin Lebar2016-10-101-20/+25
* Move unittests/Support/IteratorTest.cpp to unittests/ADT/Duncan P. N. Exon Smith2016-08-201-0/+212
OpenPOWER on IntegriCloud