Age | Commit message (Expand) | Author |
2009-03-28 | remove TranslationUnit. | Chris Lattner |
2009-03-28 | push more ASTContext goodness out through interfaces that use | Chris Lattner |
2009-03-28 | simplify away some dead ownership stuff, TranslationUnit is now | Chris Lattner |
2009-03-28 | hoist TranslationUnit some more. | Chris Lattner |
2009-03-28 | eliminate some wrappers. | Chris Lattner |
2009-03-28 | eliminate ReadASTBitcodeFile | Chris Lattner |
2009-03-28 | move serialization logic from TranslationUnit to ASTContext. | Chris Lattner |
2009-03-28 | remove TranslationUnit::OwnsDecls, which is only set, never read. | Chris Lattner |
2009-02-16 | fix long lines. | Chris Lattner |
2009-01-20 | Remove the TopLevelDecls from TranslationUnit, since all of those decls are o... | Douglas Gregor |
2009-01-09 | Move property API's up to ObjCContainerDecl (removing a lot of duplicate code). | Steve Naroff |
2008-12-21 | Correct comments. | Zhongxing Xu |
2008-12-21 | fix 80-col violation. | Zhongxing Xu |
2008-10-27 | When destroying a translation unit, deallocate its owned declarations in reve... | Douglas Gregor |
2008-07-10 | Patch by Csaba Hruska and Peter Neumark: | Ted Kremenek |
2008-06-06 | Reclaim memory owned by ObjCForwardProtocolDecls. | Ted Kremenek |
2008-06-06 | Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim ... | Ted Kremenek |
2008-06-06 | Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to recla... | Ted Kremenek |
2008-06-06 | Because of a lack of a clear ownership role between ObjCInterfaceDecls and | Ted Kremenek |
2008-06-04 | Moved LangOptions from TranslationUnit to ASTContext. This induced a variety... | Ted Kremenek |
2008-05-21 | Fix the destruction "properly" in the sense that we actually destroy the | Eli Friedman |
2008-05-21 | Don't kill the declarations if the translation unit doesn't own them | Eli Friedman |
2008-05-20 | Try to plug some memory leaks... | Ted Kremenek |
2008-04-23 | TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects | Ted Kremenek |
2008-04-11 | Stub out and start using a Decl::Destroy() method. | Sam Bishop |
2008-04-07 | Pass the ASTContext object around when deserializing Decl and Stmt objects, so | Sam Bishop |
2008-04-03 | trivial whitespace fix | Sam Bishop |
2008-04-03 | Created a destructor so that the top-level decls can be deleted. | Sam Bishop |
2008-04-01 | Update to match simplified llvm MemoryBuffer interfaces for files. | Chris Lattner |
2008-03-15 | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner |