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
/
AST
/
DeclPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep track of whether a type parameter is actually a type parameter pack.
Anders Carlsson
2009-06-12
1
-0
/
+3
*
Minor improvements to template parameter writing.
Anders Carlsson
2009-06-04
1
-2
/
+44
*
Add a little FIXME for C++ class printing
Douglas Gregor
2009-05-31
1
-0
/
+1
*
AST printing for C++ base classes
Douglas Gregor
2009-05-30
1
-8
/
+46
*
Pretty printing and improved representation for namespace alias declarations
Douglas Gregor
2009-05-30
1
-0
/
+8
*
Add a hack to prevent us from printing out the __builtin_va_list
Eli Friedman
2009-05-30
1
-0
/
+5
*
Printing for using directives, e.g.,
Douglas Gregor
2009-05-30
1
-1
/
+20
*
Never suppress specifiers when printing the parameters of a function
Douglas Gregor
2009-05-30
1
-3
/
+6
*
Add a Stmt::printPretty overload which takes an ASTContext; start
Eli Friedman
2009-05-30
1
-6
/
+11
*
Expose an API to print a group of decls (like "int a,b;").
Eli Friedman
2009-05-30
1
-14
/
+129
*
Clean up printing for Objective-C, designated initializers.
Douglas Gregor
2009-05-30
1
-30
/
+28
*
Refactor and clean up the AST printer, so that it uses a DeclVisitor,
Douglas Gregor
2009-05-30
1
-0
/
+530