aboutsummaryrefslogtreecommitdiff
path: root/unittests/ADT/ilistTest.cpp
AgeCommit message (Expand)Author
2013-01-04Add an iplist::clearAndLeakNodesUnsafely() function.Jakob Stoklund Olesen
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth
2012-12-18Add an assertion for a likely ilist::splice() contract violation.Jakob Stoklund Olesen
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2010-05-13Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky.Daniel Dunbar
2010-05-12ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null.Daniel Dunbar