Age | Commit message (Expand) | Author |
---|---|---|
2012-12-04 | Sort #include lines for all files under include/... | Chandler Carruth |
2010-12-19 | Add missing standard includes. Patch by Joerg Sonnenberger! | Nick Lewycky |
2010-09-13 | Add 'insert()' to BumpVector. Patch by Marcin Ĺwiderski! | Ted Kremenek |
2010-06-30 | Add header file needed to compile with g++-4.6, which has undergone some more | Duncan Sands |
2010-02-21 | Spell string.h correctly. | Daniel Dunbar |
2010-02-21 | Add missing include, noticed by ace2001ac on IRC. | Daniel Dunbar |
2009-12-01 | The minimum element size in BumpVector should be 1, not 0. | Ted Kremenek |
2009-10-20 | BumpVectorContext: Use 'unsigned' integer type with PointerIntUnion instead o... | Ted Kremenek |
2009-10-12 | Allow BumpVectorContext to conditionally own the underlying BumpPtrAllocator. | Ted Kremenek |
2009-10-07 | Add 'template' keyword to disambiguate the use of a member template within a ... | Ted Kremenek |
2009-10-07 | Change ExplodedNode to have its NodeGroups all BumpPtrAllocated, avoiding mal... | Ted Kremenek |