index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
DeclPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Don't crash when printing auto variables.
Vassil Vassilev
2016-07-08
1
-0
/
+2
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-1
/
+1
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+5
*
Fix printing of anonymous struct typedefs.
Steven Watanabe
2016-03-18
1
-9
/
+8
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-1
/
+33
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
1
-2
/
+2
[next]