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