aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/ParseAST.cpp
AgeCommit message (Expand)Author
2008-10-27Comment fix, ParseAST does not take ownership of the consumer.Daniel Dunbar
2008-10-16Add --disable-free flag to clang.Daniel Dunbar
2008-08-20Re-enable deletion of AST nodes upon completion of ParseAST.Ted Kremenek
2008-08-11More #include cleaningDaniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-08ParseAST now never releases the passed ASTConsumer. This is the responsibili...Ted Kremenek
2008-08-07ParseAST now conditionally deletes the passed ASTConsumer.Ted Kremenek
2008-07-02Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse...Ted Kremenek
2008-06-16Introduce preliminary support for NSString format-string checking.Ted Kremenek
2008-06-04Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...Ted Kremenek
2008-05-31Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass aTed Kremenek
2008-05-27Stop leaking the main Sema object. (Leak found using valgrind.)Eli Friedman
2008-05-20Try to plug some memory leaks...Ted Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner