index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Sema
/
ASTStreamer.cpp
Age
Commit message (
Expand
)
Author
2008-02-06
rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
Chris Lattner
2008-02-06
kill the ASTStreamer class, inlining it into its only client: clang::ParseAST
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-19
Interned MainFileID within SourceManager. Since SourceManager is referenced by
Ted Kremenek
2007-11-29
Yesterday, I simplified how we stream top-level decls.
Steve Naroff
2007-11-28
Several fixes/simplifications surrounding how we stream top-level decl AST's.
Steve Naroff
2007-11-03
Fix ownership model of ParseAST to allow the dtor of
Chris Lattner
2007-10-26
Patch 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-09
Make a significant change to invert the control flow handling
Chris Lattner
2007-09-27
Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...
Steve Naroff
2007-09-16
remove some obsolete interfaces.
Chris Lattner
2007-09-15
add a new ASTConsumer consumer to simplify stuff in the driver.
Chris Lattner
2007-08-30
Fix 80 col violations.
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer