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