aboutsummaryrefslogtreecommitdiff
path: root/Sema/ASTStreamer.cpp
AgeCommit message (Expand)Author
2008-02-06rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}Chris Lattner
2008-02-06kill the ASTStreamer class, inlining it into its only client: clang::ParseASTChris 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-29Yesterday, I simplified how we stream top-level decls.Steve Naroff
2007-11-28Several fixes/simplifications surrounding how we stream top-level decl AST's.Steve Naroff
2007-11-03Fix ownership model of ParseAST to allow the dtor of Chris Lattner
2007-10-26Patch to synthesize computation of Ivar offset in rewritten c file.Fariborz Jahanian
2007-10-14- Added Sema::AddFactoryMethodToGlobalPool and Sema::AddInstanceMethodToGloba...Steve Naroff
2007-10-09Make a significant change to invert the control flow handlingChris Lattner
2007-09-27Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...Steve Naroff
2007-09-16remove some obsolete interfaces.Chris Lattner
2007-09-15add a new ASTConsumer consumer to simplify stuff in the driver.Chris Lattner
2007-08-30Fix 80 col violations.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer