summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/ParseAST.cpp
Commit message (Expand)AuthorAgeFilesLines
* Lazy deserialization of the declaration chains associated withDouglas Gregor2009-04-211-2/+8
* Introduce the notion of a SemaConsumer, which is an ASTConsumer thatDouglas Gregor2009-04-201-0/+4
* rearrange #include order.Chris Lattner2009-04-191-2/+2
* When building a PCH file, don't perform end-of-translation-unitDouglas Gregor2009-04-141-2/+3
* When writing a PCH file, keep track of all of the non-static,Douglas Gregor2009-04-141-0/+4
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-5/+3
* Introduce a new OpaquePtr<N> struct type, which is a simple POD wrapper for aChris Lattner2009-03-281-2/+2
* push more ASTContext goodness out through interfaces that useChris Lattner2009-03-281-1/+0
* remove TranslationUnit from ParseAST.Chris Lattner2009-03-281-6/+7
* change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner2009-03-281-1/+1
* eliminate ASTConsumer::InitializeTU, all clients areChris Lattner2009-03-281-1/+1
* simplify ParseAST by sucking -disable-free handling logic up intoChris Lattner2009-03-281-22/+6
* Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas...Ted Kremenek2009-01-281-18/+22
* Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f...Steve Naroff2009-01-271-1/+2
* Remove the TopLevelDecls from TranslationUnit, since all of those decls are o...Douglas Gregor2009-01-201-1/+0
* Comment fix, ParseAST does not take ownership of the consumer.Daniel Dunbar2008-10-271-2/+1
* Add --disable-free flag to clang.Daniel Dunbar2008-10-161-11/+20
* Re-enable deletion of AST nodes upon completion of ParseAST.Ted Kremenek2008-08-201-3/+0
* More #include cleaningDaniel Dunbar2008-08-111-3/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+2
* ParseAST now never releases the passed ASTConsumer. This is the responsibili...Ted Kremenek2008-08-081-4/+1
* ParseAST now conditionally deletes the passed ASTConsumer.Ted Kremenek2008-08-071-2/+3
* Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse...Ted Kremenek2008-07-021-0/+2
* Introduce preliminary support for NSString format-string checking.Ted Kremenek2008-06-161-0/+2
* Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...Ted Kremenek2008-06-041-2/+3
* Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek2008-05-311-1/+1
* Stop leaking the main Sema object. (Leak found using valgrind.)Eli Friedman2008-05-271-2/+3
* Try to plug some memory leaks...Ted Kremenek2008-05-201-2/+9
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+69
OpenPOWER on IntegriCloud