Age | Commit message (Expand) | Author |
---|---|---|
2009-04-14 | When building a PCH file, don't perform end-of-translation-unit | Douglas Gregor |
2009-03-28 | remove TranslationUnit from ParseAST. | Chris Lattner |
2009-03-28 | simplify ParseAST by sucking -disable-free handling logic up into | Chris Lattner |
2009-01-28 | Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas... | Ted Kremenek |
2008-10-27 | Comment fix, ParseAST does not take ownership of the consumer. | Daniel Dunbar |
2008-10-16 | Add --disable-free flag to clang. | Daniel Dunbar |
2008-08-08 | ParseAST now never releases the passed ASTConsumer. This is the responsibili... | Ted Kremenek |
2008-08-07 | Fix 80 col violation | Ted Kremenek |
2008-08-07 | ParseAST now conditionally deletes the passed ASTConsumer. | Ted Kremenek |
2008-02-06 | rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} | Chris Lattner |