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
/
lib
/
Frontend
/
ASTConsumers.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better coverage for -dump-record-layouts and -print-decl-contexts.
Eli Friedman
2010-01-03
1
-0
/
+13
*
Small compatibility fix for -print-decl-contexts.
Eli Friedman
2009-12-08
1
-0
/
+5
*
Kill a few more random stderr uses.
Daniel Dunbar
2009-12-03
1
-3
/
+1
*
Audit the code for places where it is assumed that every base specifier refer...
Sebastian Redl
2009-10-25
1
-0
/
+2
*
Remove OriginalTypeParmDecl; the original type is the one specified
John McCall
2009-10-23
1
-5
/
+0
*
Don't try to dump invalid decls or forward decls.
Anders Carlsson
2009-09-26
1
-0
/
+6
*
Who would have thought that empty classes were so tricky? Handle cases where ...
Anders Carlsson
2009-09-25
1
-0
/
+3
*
Improve the record layout dumper.
Anders Carlsson
2009-09-24
1
-2
/
+87
*
Add a -dump-record-layouts argument to clang-cc.
Anders Carlsson
2009-09-24
1
-0
/
+50
*
Eliminate FunctionDecl::getBodyIfAvailable
Douglas Gregor
2009-09-12
1
-2
/
+2
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-26
/
+24
*
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-24
1
-0
/
+2
*
Replace cerr with errs().
Benjamin Kramer
2009-08-23
1
-5
/
+4
*
remove dead code.
Zhongxing Xu
2009-06-30
1
-2
/
+0
*
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
1
-4
/
+3
*
Remove the ASTContext parameter from the printing related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-3
/
+3
*
Move CXXMethodDecl::OutOfLineDefinition into Decl::OutOfLine.
Argyrios Kyrtzidis
2009-06-17
1
-4
/
+4
*
Refactor and clean up the AST printer, so that it uses a DeclVisitor,
Douglas Gregor
2009-05-30
1
-637
/
+16
*
Create a new PrintingPolicy class, which we pass down through the AST
Douglas Gregor
2009-05-29
1
-11
/
+15
*
AST XML dump, from Olaf Krzikalla!
Douglas Gregor
2009-05-21
1
-0
/
+36
*
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman
2009-05-18
1
-0
/
+1032