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