index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
clang-cc
/
ASTConsumers.cpp
Age
Commit message (
Expand
)
Author
2009-05-18
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman
2009-05-17
A couple of tweaks to make -ast-print produce code that's closer to
Eli Friedman
2009-04-26
Add a new -ast-dump-full option that traverses the translation unit
Douglas Gregor
2009-04-25
minor cleanups to ast-dump, use getBody(context).
Chris Lattner
2009-04-23
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-22
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-21
Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...
Steve Naroff
2009-04-18
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-14
Add PCH support for ImplicitCastExprs. This is the first expression
Douglas Gregor
2009-04-09
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-05
Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon
Zhongxing Xu
2009-03-29
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-28
reduce indentation, no functionality change.
Chris Lattner
2009-03-28
push more ASTContext goodness out through interfaces that use
Chris Lattner
2009-03-28
change HandleTranslationUnit to take an ASTContext instead of TranslationUnit
Chris Lattner
2009-03-28
hoist TranslationUnit some more.
Chris Lattner
2009-03-28
eliminate some wrappers.
Chris Lattner
2009-03-28
move serialization logic from TranslationUnit to ASTContext.
Chris Lattner
2009-03-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar