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