1. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  2. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  3. 595e290 Fix support for const_cast<>s of array types which actual change the by Chandler Carruth · 15 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  6. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  7. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  8. f20269b Add support for member pointers to const_cast. by Sebastian Redl · 16 years ago
  9. 3eb1c54 Removed the warning by Douglas Gregor · 16 years ago
  10. 2a72f7b Remove workaround for reference. No longer necessary. by Sebastian Redl · 16 years ago
  11. 2f639b9 Semantic analysis for C++ reinterpret_cast and const_cast. Patch by Sebastian Redl. by Douglas Gregor · 16 years ago