1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  5. 42acc0c Fix pretty-printing for unnamed unions. by Eli Friedman · 11 years ago
  6. d3bb9ff Fix printing CXXTemporaryObjectExpr with default args. by Rafael Espindola · 11 years ago
  7. 28fff53 Fix spurious trailing comma when printing some of the __c11_atomic_* builtins. Patch by Joe Sprowes! by Richard Smith · 11 years ago
  8. 93aa2db DeclPrinter: fix CXXConstructExpr printing with implicit default argument by Dmitri Gribenko · 12 years ago
  9. 5250e2b Decl printer: fix CXXConstructExpr with implicit default argument by Dmitri Gribenko · 12 years ago
  10. 0a04cbd FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other by Dmitri Gribenko · 12 years ago
  11. a45451d Don't print scope qualifiers for references to a type defined locally in a function. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  12. a7a38cb Fix pretty-printing pseudo-destructor calls. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  13. e1aebe1 Pretty-print a ParenListExpr in a variable initializer correctly. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  14. 25c9bc1 Use the type as written when pretty-printing C-style casts. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  15. eafa9d4 Remove check which incorrectly suppressed printing an identifier in type printing. Patch by Benoit Perrot. by Eli Friedman · 12 years ago
  16. d03ef04 Fix AST pretty-printing for C++ new expressions with placement arguments with default values. by Eli Friedman · 12 years ago
  17. 16de3db Move test to a more appropriate place. by Eli Friedman · 12 years ago[Renamed from test/CXX/ast-print.cpp]
  18. 915c07d Fix pretty-printing for variables declared in a condition. Patch by Grzegorz Jablonski. by Eli Friedman · 12 years ago
  19. a143a9d Fix -ast-print for uses of operator->. by Eli Friedman · 12 years ago