index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
tools
/
clang-cc
/
ASTConsumers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman
2009-05-18
1
-1032
/
+0
*
A couple of tweaks to make -ast-print produce code that's closer to
Eli Friedman
2009-05-17
1
-13
/
+14
*
Add a new -ast-dump-full option that traverses the translation unit
Douglas Gregor
2009-04-26
1
-2
/
+20
*
minor cleanups to ast-dump, use getBody(context).
Chris Lattner
2009-04-25
1
-8
/
+8
*
Eliminate the three SmallVectors in ObjCImplDecl (for instance
Douglas Gregor
2009-04-23
1
-8
/
+19
*
Remove the serialization code that predates precompiled
Douglas Gregor
2009-04-22
1
-141
/
+0
*
Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w...
Steve Naroff
2009-04-21
1
-2
/
+3
*
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-18
1
-8
/
+10
*
Add PCH support for ImplicitCastExprs. This is the first expression
Douglas Gregor
2009-04-14
1
-1
/
+8
*
Propagate the ASTContext to various AST traversal and lookup functions.
Douglas Gregor
2009-04-09
1
-19
/
+36
*
Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon
Zhongxing Xu
2009-04-05
1
-1
/
+6
*
Push DeclGroup much farther throughout the compiler. Now the various
Chris Lattner
2009-03-29
1
-6
/
+16
*
reduce indentation, no functionality change.
Chris Lattner
2009-03-28
1
-116
/
+122
*
push more ASTContext goodness out through interfaces that use
Chris Lattner
2009-03-28
1
-4
/
+4
*
change HandleTranslationUnit to take an ASTContext instead of TranslationUnit
Chris Lattner
2009-03-28
1
-9
/
+8
*
hoist TranslationUnit some more.
Chris Lattner
2009-03-28
1
-2
/
+2
*
eliminate some wrappers.
Chris Lattner
2009-03-28
1
-2
/
+25
*
move serialization logic from TranslationUnit to ASTContext.
Chris Lattner
2009-03-28
1
-2
/
+1
*
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2009-03-24
1
-0
/
+1074