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