unittests: Remove implicit ilist iterator conversions, NFC
[oota-llvm.git] / unittests / ADT / ilistTest.cpp
2015-10-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-03-04 David BlaikieExplicitly default ilistTest::Node's copy constructor
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-01-04 Jakob Stoklund OlesenAdd an iplist::clearAndLeakNodesUnsafely() function.
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-18 Jakob Stoklund OlesenAdd an assertion for a likely ilist::splice() contract...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2010-05-13 Daniel DunbarFix const ilist_node::get{Prev,Next}Node() to actually...
2010-05-12 Daniel DunbarADT: Add ilist_node::get{Prev,Next}Node, which return...