1. 8c20828 Re-commit r321223, which adds a printing policy to the ASTDumper. by Aaron Ballman · 8 years ago
  2. 9d6501f Reverting r321223 and its follow-up commit because of failing bots due to Misc/ast-dump-color.cpp. by Aaron Ballman · 8 years ago
  3. 207ee3d Add a printing policy to the ASTDumper. by Aaron Ballman · 8 years ago
  4. b8c0f55 DR1295 and cleanup for P0135R1: Make our initialization code more directly by Richard Smith · 9 years ago
  5. 90ff607 Implement AST dumper for Decls. http://llvm-reviews.chandlerc.com/D52 by Alexander Kornienko · 13 years ago
  6. 7decc9e Calculate the value kind of an expression when it's created and by John McCall · 15 years ago
  7. 24b8946 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 15 years ago
  8. 53fa049 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 15 years ago
  9. a70cff6 Actually produce base paths for CastExprs of kind CK_DerivedToBase. by Anders Carlsson · 15 years ago
  10. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  11. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  12. 3e1e527 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 16 years ago