index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
ASTConsumer.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-03
Introduce ASTConsumer::HandleImplicitImportDecl() callback that is invoked
Argyrios Kyrtzidis
2011-11-18
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
Argyrios Kyrtzidis
2011-10-17
Introduce ASTConsumer::HandleTopLevelDeclInObjCContainer which accepts
Argyrios Kyrtzidis
2010-08-11
Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do wi...
Sebastian Redl
2010-08-11
Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,
Douglas Gregor
2010-08-09
- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...
Sebastian Redl
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-28
push more ASTContext goodness out through interfaces that use
Chris Lattner
2009-03-28
eliminate ASTConsumer::InitializeTU, all clients are
Chris Lattner
2008-07-25
Remove unused ASTConsumer::HandleTopLevelDeclaration
Daniel Dunbar
2008-05-31
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
Ted Kremenek
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner