Fixed lint errors:
[oota-llvm.git] / include / llvm / ADT / ilist.h
2009-02-20 Misha BrukmanFixed lint errors:
2009-01-21 Steve NaroffAdd explicit this-> (to make the VS compiler happy).
2009-01-21 Douglas GregorFix ilist two-phase name lookup
2009-01-13 Chris Lattneradd a new insertAfter method, patch by Tom Jablin!
2009-01-08 Misha Brukman* Fixed spelling of "sentinel"
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2009-01-04 Dan GohmanAdd several more unimplemented operator overloads to...
2008-12-13 Cedric VenetAdd explicit this-> for some member function in templat...
2008-08-01 Bill WendlingRemoved unused parameters.
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-07-12 Nick Lewyckyoperator[] is not defined for list::iterator. Overload...
2008-07-10 Ted KremenekMake typedefs in ilist public (Visual C++ errors out...
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...
2008-07-07 Dan GohmanMake ilist noncopyable too.
2008-05-29 Anton KorobeynikovUpdate guards
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...