1. 0ce902b Patch by Csaba Hruska and Peter Neumark: by Ted Kremenek · 16 years ago
  2. 05ac3ef Reclaim memory owned by ObjCForwardProtocolDecls. by Ted Kremenek · 16 years ago
  3. 400d95f Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim its memory and the memory of the Decls it owns. by Ted Kremenek · 16 years ago
  4. 1c8a413 Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to reclaim its memory and the memory of the Decls it owns. by Ted Kremenek · 16 years ago
  5. 1a726d7 Because of a lack of a clear ownership role between ObjCInterfaceDecls and by Ted Kremenek · 16 years ago
  6. e7d07d1 Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers. by Ted Kremenek · 16 years ago
  7. 5f1adf8 Fix the destruction "properly" in the sense that we actually destroy the by Eli Friedman · 17 years ago
  8. 1108e7d Don't kill the declarations if the translation unit doesn't own them by Eli Friedman · 17 years ago
  9. 27f8a28 Try to plug some memory leaks... by Ted Kremenek · 17 years ago
  10. c1e9dea TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects by Ted Kremenek · 17 years ago
  11. bb45c51 Stub out and start using a Decl::Destroy() method. by Sam Bishop · 17 years ago
  12. e2563ca Pass the ASTContext object around when deserializing Decl and Stmt objects, so by Sam Bishop · 17 years ago
  13. 0f9c72f trivial whitespace fix by Sam Bishop · 17 years ago
  14. 71de20e Created a destructor so that the top-level decls can be deleted. by Sam Bishop · 17 years ago
  15. 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
  16. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from AST/TranslationUnit.cpp]
  17. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
  18. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  19. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  20. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  21. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  22. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  23. 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
  24. 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago[Renamed from Driver/TranslationUnit.cpp]
  25. cc92709 Changed set of top-level decls from a list to a vector. by Ted Kremenek · 17 years ago
  26. a1fa3a1 Implemented -serialize-ast option for the driver. This is not really tested by Ted Kremenek · 17 years ago
  27. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  28. bbced58 Moved construction of TargetInfo objects out of the Driver by Ted Kremenek · 17 years ago
  29. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  30. 2f74359 Added "TranslationUnit" class that will be used to provide an interface by Ted Kremenek · 17 years ago