index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
ASTConsumer.h
Age
Commit message (
Expand
)
Author
2009-11-04
Tweak formatting.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-04-21
Explictly track tentative definitions within Sema, then hand those
Douglas Gregor
2009-04-20
Introduce the notion of a SemaConsumer, which is an ASTConsumer that
Douglas Gregor
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-28
change HandleTranslationUnit to take an ASTContext instead of TranslationUnit
Chris Lattner
2009-03-28
eliminate ASTConsumer::InitializeTU, all clients are
Chris Lattner
2009-01-20
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2008-08-29
fix a comment that was forgotten in r54071
Nico Weber
2008-07-25
Remove unused ASTConsumer::HandleTopLevelDeclaration
Daniel Dunbar
2008-07-02
Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse...
Ted Kremenek
2008-05-31
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
Ted Kremenek
2008-02-06
pass the astconsumer into Sema's ctor, clean up some stuff in
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
Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually
Ted Kremenek
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-09-15
add a new ASTConsumer consumer to simplify stuff in the driver.
Chris Lattner