aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/DeclGroup.cpp
AgeCommit message (Expand)Author
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2010-07-25I lied. Kill off a few more Destroy methodsDouglas Gregor
2009-12-23Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child exp...Ted Kremenek
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-03-29Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner
2009-03-28Cleanups for DeclGroup.Chris Lattner
2009-02-13Remove DeclGroupOwningRef, since we intend for declarations to be ownedDouglas Gregor
2009-01-27Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f...Steve Naroff
2009-01-27Remove many references to ASTContext::getAllocator(), replacing them with cal...Steve Naroff
2008-10-18Fix incorrect release of Decl* array referenced by DeclGroup.Ted Kremenek
2008-10-07Add const_iterator to DeclGroup.Ted Kremenek
2008-10-06Added prototype serialization code for DeclGroup.Ted Kremenek
2008-10-06Modified DeclGroupRef to always load/store the internal pointer value as Decl...Ted Kremenek
2008-09-27Delete trailing white space. It's over 80 columns.Zhongxing Xu
2008-09-26Use a union instead of a bunch of magic casts to implement a variant. This r...Ted Kremenek
2008-09-25Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupO...Ted Kremenek