1. 1de22a2 I lied. Kill off a few more Destroy methods by Douglas Gregor · 14 years ago
  2. e7809d4 Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child expressions (via StmtIterator), as those expressions are owned by the Decls and Types (which are destroyed elsewhere). This fixes a crasher reported in <rdar://problem/7487294>. by Ted Kremenek · 15 years ago
  3. 370187c Remove the serialization code that predates precompiled by Douglas Gregor · 15 years ago
  4. 682bf92 Push DeclGroup much farther throughout the compiler. Now the various by Chris Lattner · 15 years ago
  5. fe95dea Cleanups for DeclGroup. by Chris Lattner · 15 years ago
  6. 9653db7 Remove DeclGroupOwningRef, since we intend for declarations to be owned by Douglas Gregor · 15 years ago
  7. c0ac492 Finish making AST BumpPtrAllocation runtime configurable (based on -disable-free). by Steve Naroff · 16 years ago
  8. 3e97049 Remove many references to ASTContext::getAllocator(), replacing them with calls to the recently added placement new (which uses ASTContext's allocator for memory). Also added ASTContext::Deallocate(). by Steve Naroff · 16 years ago
  9. 990601b Fix incorrect release of Decl* array referenced by DeclGroup. by Ted Kremenek · 16 years ago
  10. 401adfa Add const_iterator to DeclGroup. by Ted Kremenek · 16 years ago
  11. c7b07c1 Added prototype serialization code for DeclGroup. by Ted Kremenek · 16 years ago
  12. e285a95 Modified DeclGroupRef to always load/store the internal pointer value as Decl*. This hopefully will obviate any concerns with violating strict type-aliasing issues. by Ted Kremenek · 16 years ago
  13. c61255f Delete trailing white space. It's over 80 columns. by Zhongxing Xu · 16 years ago
  14. 1377e54 Use a union instead of a bunch of magic casts to implement a variant. This removes the type-punning errors for DeclGroup. by Ted Kremenek · 16 years ago
  15. d17062c Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. by Ted Kremenek · 16 years ago