aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/ilistTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-2/+2
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-3/+3
2013-01-04Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen1-0/+33
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth1-1/+1
2012-12-18Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen1-0/+21
2012-12-04Sort the #include lines for unittest/...Chandler Carruth1-2/+2
2010-05-13Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar1-0/+5
2010-05-12ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar1-0/+39