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
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
1
-2
/
+2
*
[OPENMP 4.5] Ccapture/codegen of private non-static data members.
Alexey Bataev
2016-02-08
1
-0
/
+5
*
Class Property: parse property attribute (class).
Manman Ren
2016-01-26
1
-0
/
+5
*
Fix printing of types in initializers with suppressed tags.
Benjamin Kramer
2016-01-25
1
-1
/
+4
*
[ATTR] Automatic line feed after pragma-like attribute.
Alexey Bataev
2015-10-12
1
-4
/
+42
*
Fix printing of parameterized Objective-C interfaces.
Bob Wilson
2015-10-01
1
-1
/
+1
*
[OpenCL 2.0] Enable program scope variables, Section 6.5.1.
Anastasia Stulova
2015-09-30
1
-1
/
+1
*
[DeclPrinter] Don't crash when printing a using decl with a special name
Benjamin Kramer
2015-09-23
1
-1
/
+1
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-0
/
+13
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-5
/
+40
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-4
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Code completion for nullability type specifiers.
Douglas Gregor
2015-06-19
1
-14
/
+2
*
Implement the 'null_resettable' attribute for Objective-C properties.
Douglas Gregor
2015-06-19
1
-2
/
+8
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-8
/
+66
*
[AST] There is no message for C++1z-style static_assert
David Majnemer
2015-06-05
1
-2
/
+4
*
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
[next]