aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/ParseAST.h
AgeCommit message (Expand)Author
2009-11-13Rework Sema code completion interface.Daniel Dunbar
2009-09-22Spell function pointer correctly.Daniel Dunbar
2009-09-17Initial implementation of a code-completion interface in Clang. InDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-14When building a PCH file, don't perform end-of-translation-unitDouglas Gregor
2009-03-28remove TranslationUnit from ParseAST.Chris Lattner
2009-03-28simplify ParseAST by sucking -disable-free handling logic up intoChris Lattner
2009-01-28Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas...Ted Kremenek
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-08ParseAST now never releases the passed ASTConsumer. This is the responsibili...Ted Kremenek
2008-08-07Fix 80 col violationTed Kremenek
2008-08-07ParseAST now conditionally deletes the passed ASTConsumer.Ted Kremenek
2008-02-06rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}Chris Lattner