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
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-1
/
+3
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-0
/
+5
*
[DeclCXX] Remove unknown external linkage specifications
Ehud Katz
2019-11-21
1
-11
/
+4
*
Implement __attribute__((objc_direct)), __attribute__((objc_direct_members))
Pierre Habouzit
2019-11-18
1
-0
/
+5
*
[AST] Let DeclarationNameInfo printing use PrintingPolicy, and fix const-corr...
Sam McCall
2019-11-15
1
-2
/
+2
*
[AST] Use written names instead of `type-param-0-0` in more cases when printi...
Sam McCall
2019-11-15
1
-38
/
+30
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-24
1
-4
/
+11
*
Revert "Support for DWARF-5 C++ language tags."
Jonas Devlieghere
2019-09-23
1
-11
/
+4
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-23
1
-4
/
+11
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-2
/
+7
*
Use getOperatorSpelling to get the spelling of an overloaded operator
Richard Smith
2019-06-14
1
-7
/
+1
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-1
/
+3
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-4
/
+18
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-18
/
+4
*
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
Hamza Sood
2019-05-04
1
-10
/
+36
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-4
/
+18
*
Clean up ObjCPropertyDecl printing
David Goldman
2019-04-08
1
-36
/
+53
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-0
/
+6
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-1
/
+17
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-1
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...
Patrick Lyster
2018-11-02
1
-5
/
+3
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-1
/
+14
*
StmtPrinter: allow customizing the end-of-line character
George Karpenkov
2018-09-15
1
-1
/
+1
*
[OPENMP] Fix processing of declare target construct.
Alexey Bataev
2018-08-14
1
-0
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-14
/
+14
*
[Attr] Don't print implicit attributes
Joel E. Denny
2018-05-15
1
-1
/
+1
*
[AST] Fix printing tag decl groups in decl contexts
Joel E. Denny
2018-05-15
1
-11
/
+13
*
[AST] Print correct tag decl for tag specifier
Joel E. Denny
2018-05-14
1
-0
/
+2
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
[Attr] Print enum attributes at correct position
Joel E. Denny
2018-04-24
1
-5
/
+7
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
[DeclPrinter] Fix two cases that crash clang -ast-print.
Artem Belevich
2018-01-17
1
-4
/
+5
*
[DeclPrinter] Allow printing fully qualified name of function declaration
Serge Pavlov
2017-11-23
1
-5
/
+11
*
[DeclPrinter] Extract function PrintConstructorInitializers, NFC
Alex Lorenz
2017-11-16
1
-64
/
+69
*
[DeclPrinter] Honor TerseOutput for constructors
Alex Lorenz
2017-11-16
1
-56
/
+59
*
[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in
Alexey Bataev
2017-09-06
1
-0
/
+12
*
Print enum constant values using the original source formatting
Alex Lorenz
2017-08-17
1
-9
/
+12
*
ASTPrinter: Objective-C method declarations don't need a space after
Alex Lorenz
2017-06-02
1
-2
/
+4
*
[ASTPrinter] Print template parameter lists for out-of-line functions
Alex Lorenz
2017-04-18
1
-0
/
+11
*
[ASTPrinter] Print nested name specifiers for out-of-line functions
Alex Lorenz
2017-04-11
1
-1
/
+8
*
Handle deduction guides better in -ast-print.
Richard Smith
2017-02-18
1
-3
/
+12
*
[AST Printer] Print attributes on enum constants
Jordan Rose
2017-01-20
1
-0
/
+1
*
Make output of -ast-print a valid C++ code.
Serge Pavlov
2016-11-10
1
-63
/
+158
*
Do not print enum underlying type if language is not C++11
Serge Pavlov
2016-11-04
1
-1
/
+1
*
Make output of ast-print closer to C++ code
Serge Pavlov
2016-10-31
1
-4
/
+3
*
Fix PR 28885: Fix AST Printer output for the inherited constructor using
Alex Lorenz
2016-10-03
1
-0
/
+11
*
Revert r283102 (Typo in the phabricator link)
Alex Lorenz
2016-10-03
1
-11
/
+0
*
Fix PR 28885: Fix AST Printer output for the inherited constructor using
Alex Lorenz
2016-10-03
1
-0
/
+11
*
Teach -ast-print to print constexpr variables.
Vassil Vassilev
2016-07-08
1
-3
/
+10
[next]