Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb639dbeea97c901b2642ebe296eb358d27b2f6
/
clang
/
test
/
SemaCXX
/
ast-print.cpp
ecc969c
Revert r359814 "[Sema] Emit warning for visibility attribute on internal-linkage declaration"
by Nico Weber
· 7 years ago
daa3c5b
[Sema] Emit warning for visibility attribute on internal-linkage declaration
by Scott Linder
· 7 years ago
ae7c944
[AST] Fix printing tag decl groups in decl contexts
by Joel E. Denny
· 7 years ago
1002373
Teach -ast-print to print constexpr variables.
by Vassil Vassilev
· 9 years ago
cdaa31f
Don't crash when printing auto variables.
by Vassil Vassilev
· 9 years ago
475f9ea
Update a few more tests in response to the MS ABI enum semantics
by David Majnemer
· 10 years ago
36d514e
[DeclPrinter] Don't crash when printing a using decl with a special name
by Benjamin Kramer
· 10 years ago
d0e102f
Teach AST printing to not print whitespace inside {} and () for initialization,
by Richard Smith
· 11 years ago
1ae689c
PR22367: Don't forget to create a CXXFunctionalCastExpr around
by Richard Smith
· 11 years ago
5388538
Pretty print attributes associated with record declarations.
by Aaron Ballman
· 11 years ago
8063c3b
Fix the AST printer for attributed statements so that it does not print duplicate attribute introducers. Eg) [[clang::fallthrough]] instead of [[[[clang::fallthrough]]]]
by Aaron Ballman
· 11 years ago
00e8a19
Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."
by Benjamin Kramer
· 12 years ago
8e38871
Revert "Pretty Printer: Fix printing of conversion operator decls and calls."
by Rafael Espindola
· 12 years ago
48f52e9
Pretty Printer: Fix printing of conversion operator decls and calls.
by Benjamin Kramer
· 12 years ago
dd3e754
Added testcase for r195255.
by Enea Zaffanella
· 12 years ago
24b3fed
Fix pretty-printing for unnamed unions.
by Eli Friedman
· 12 years ago
6f6f3c4
Fix printing CXXTemporaryObjectExpr with default args.
by Rafael Espindola
· 12 years ago
df6bee8
Fix spurious trailing comma when printing some of the __c11_atomic_* builtins. Patch by Joe Sprowes!
by Richard Smith
· 13 years ago
b614fab
DeclPrinter: fix CXXConstructExpr printing with implicit default argument
by Dmitri Gribenko
· 13 years ago
6835e37
Decl printer: fix CXXConstructExpr with implicit default argument
by Dmitri Gribenko
· 13 years ago
4a44beb
FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other
by Dmitri Gribenko
· 13 years ago
6fd2642
Don't print scope qualifiers for references to a type defined locally in a function. Patch by Grzegorz Jablonski.
by Eli Friedman
· 13 years ago
9cc8ac5
Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski.
by Eli Friedman
· 13 years ago
92125c4
Pretty-print a ParenListExpr in a variable initializer correctly. Patch by Grzegorz Jablonski.
by Eli Friedman
· 13 years ago
dc29a28
Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski.
by Eli Friedman
· 13 years ago
4a11540
Remove check which incorrectly suppressed printing an identifier in type printing. Patch by Benoit Perrot.
by Eli Friedman
· 13 years ago
a6fdfaa
Fix AST pretty-printing for C++ new expressions with placement arguments with default values.
by Eli Friedman
· 13 years ago
667f953
Move test to a more appropriate place.
by Eli Friedman
· 13 years ago
[Renamed from clang/test/CXX/ast-print.cpp]
f86e507
Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski.
by Eli Friedman
· 13 years ago
8e23642
Fix -ast-print for uses of operator->.
by Eli Friedman
· 13 years ago