summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/ParseAST.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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