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