aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/ASTStreamer.h
AgeCommit message (Expand)Author
2008-02-06rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-19Interned MainFileID within SourceManager. Since SourceManager is referenced byTed Kremenek
2007-11-03Fix ownership model of ParseAST to allow the dtor of Chris Lattner
2007-09-16remove some obsolete interfaces.Chris Lattner
2007-09-15add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer