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