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
*
Objective-C. Assortment of improvements pretty printing
Fariborz Jahanian
2014-10-03
1
-3
/
+12
*
Pretty print attributes associated with record declarations.
Aaron Ballman
2014-09-15
1
-0
/
+6
*
AST printer: fix double space before base class with no access specifier.
Richard Smith
2014-07-23
1
-2
/
+4
*
When pretty-printing a declaration of a pack, put the ellipsis before the name
Richard Smith
2014-07-23
1
-12
/
+18
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-1
/
+3
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-18
/
+19
*
Use nullptr instead of 0 for const char * value.
Yaron Keren
2014-05-07
1
-5
/
+5
*
[C++11] Replacing ClassTemplateDecl iterators spec_begin() and spec_end() wit...
Aaron Ballman
2014-03-14
1
-4
/
+3
*
[C++11] Replacing FunctionTemplateDecl iterators spec_begin() and spec_end() ...
Aaron Ballman
2014-03-14
1
-4
/
+3
*
[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...
Aaron Ballman
2014-03-14
1
-3
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators ivar_begin() and ivar_end() with...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators ivar_begin() and ivar_end() wit...
Aaron Ballman
2014-03-13
1
-4
/
+4
*
[C++11] Replacing CXXRecordDecl iterators init_begin() and init_end() with it...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-4
/
+3
*
Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...
Benjamin Kramer
2014-02-25
1
-1
/
+15
*
Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."
Benjamin Kramer
2014-02-25
1
-4
/
+6
*
Revert "Pretty Printer: Fix printing of conversion operator decls and calls."
Rafael Espindola
2014-02-25
1
-6
/
+4
*
Pretty Printer: Fix printing of conversion operator decls and calls.
Benjamin Kramer
2014-02-25
1
-4
/
+6
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-5
/
+6
*
Only mark dump() function definitions 'used' in debug builds
Alp Toker
2014-01-04
1
-1
/
+1
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
1
-4
/
+4
*
ASTContext: Declare builtin types implicitly
Alp Toker
2013-12-15
1
-11
/
+0
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-2
/
+1
*
[OPENMP] Improved variable lookup procedure for threadprivate variables.
Alexey Bataev
2013-09-26
1
-2
/
+3
*
Fix pretty-printing for unnamed unions.
Eli Friedman
2013-08-12
1
-0
/
+2
*
Improve clarity/consistency of a few UsingDecl methods and related helpers.
Enea Zaffanella
2013-07-22
1
-1
/
+1
*
Fixed source range of C++03 access declarations.
Enea Zaffanella
2013-07-17
1
-2
/
+6
*
Improved source code fidelity for gcc mode attribute.
Enea Zaffanella
2013-06-20
1
-5
/
+7
*
OpenMP threadprivate with qualified names.
Alexey Bataev
2013-05-13
1
-2
/
+2
*
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
1
-4
/
+7
*
[documenting declaration]: Remove arc liftime qualifiers
Fariborz Jahanian
2013-05-01
1
-8
/
+8
*
[ObjC declaration documentation] declaration of
Fariborz Jahanian
2013-05-01
1
-8
/
+15
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-1
/
+1
*
Annotate flavor of TLS variable (statically or dynamically initialized) onto ...
Richard Smith
2013-04-13
1
-7
/
+18
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-4
/
+4
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-4
/
+4
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-4
/
+4
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-2
/
+19
*
Fix empty declaration printing.
Michael Han
2013-02-25
1
-1
/
+0
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-0
/
+6
*
Teach -ast-print how to print trailing-return-types.
Richard Smith
2013-02-22
1
-2
/
+6
*
DeclPrinter: fix CXXConstructExpr printing with implicit default argument
Dmitri Gribenko
2013-02-03
1
-1
/
+2
*
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-31
1
-3
/
+6
*
Decl printer: fix CXXConstructExpr with implicit default argument
Dmitri Gribenko
2013-01-27
1
-3
/
+7
*
Fixes couple of friend declaration -ast-print bug
Fariborz Jahanian
2012-12-21
1
-5
/
+3
*
Implement AST dumper for Decls.
Alexander Kornienko
2012-12-20
1
-23
/
+13
*
Audit DeclPrinter with -ast-dump on Cocoa.h and
Fariborz Jahanian
2012-12-19
1
-10
/
+25
*
This is the libclang patch providing minimal API to
Fariborz Jahanian
2012-12-18
1
-1
/
+3
*
Use @import rather than @__experimental_modules_import, since the
Douglas Gregor
2012-12-11
1
-1
/
+1
*
More C++ testing of declarations embedded in
Fariborz Jahanian
2012-12-06
1
-1
/
+1
[next]