summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/TranslationUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove TranslationUnit.Chris Lattner2009-03-281-31/+0
* push more ASTContext goodness out through interfaces that useChris Lattner2009-03-281-65/+0
* simplify away some dead ownership stuff, TranslationUnit is nowChris Lattner2009-03-281-9/+0
* hoist TranslationUnit some more.Chris Lattner2009-03-281-2/+2
* eliminate some wrappers.Chris Lattner2009-03-281-51/+0
* eliminate ReadASTBitcodeFileChris Lattner2009-03-281-16/+1
* move serialization logic from TranslationUnit to ASTContext.Chris Lattner2009-03-281-80/+2
* remove TranslationUnit::OwnsDecls, which is only set, never read.Chris Lattner2009-03-281-4/+3
* fix long lines.Chris Lattner2009-02-161-1/+1
* Remove the TopLevelDecls from TranslationUnit, since all of those decls are o...Douglas Gregor2009-01-201-97/+0
* Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).Steve Naroff2009-01-091-4/+4
* Correct comments.Zhongxing Xu2008-12-211-3/+3
* fix 80-col violation.Zhongxing Xu2008-12-211-1/+1
* When destroying a translation unit, deallocate its owned declarations in reve...Douglas Gregor2008-10-271-1/+3
* Patch by Csaba Hruska and Peter Neumark:Ted Kremenek2008-07-101-21/+60
* Reclaim memory owned by ObjCForwardProtocolDecls.Ted Kremenek2008-06-061-2/+20
* Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim ...Ted Kremenek2008-06-061-6/+21
* Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to recla...Ted Kremenek2008-06-061-1/+14
* Because of a lack of a clear ownership role between ObjCInterfaceDecls andTed Kremenek2008-06-061-0/+14
* Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...Ted Kremenek2008-06-041-9/+3
* Fix the destruction "properly" in the sense that we actually destroy the Eli Friedman2008-05-211-1/+4
* Don't kill the declarations if the translation unit doesn't own them Eli Friedman2008-05-211-11/+8
* Try to plug some memory leaks...Ted Kremenek2008-05-201-3/+10
* TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objectsTed Kremenek2008-04-231-2/+19
* Stub out and start using a Decl::Destroy() method.Sam Bishop2008-04-111-1/+1
* Pass the ASTContext object around when deserializing Decl and Stmt objects, soSam Bishop2008-04-071-1/+1
* trivial whitespace fixSam Bishop2008-04-031-2/+1
* Created a destructor so that the top-level decls can be deleted.Sam Bishop2008-04-031-0/+5
* Update to match simplified llvm MemoryBuffer interfaces for files.Chris Lattner2008-04-011-2/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+225
OpenPOWER on IntegriCloud