1. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  2. 7002f4c Turn access control on by default in -cc1. by John McCall · 14 years ago
  3. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  4. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  5. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  6. 90f9382 Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence by Douglas Gregor · 15 years ago
  7. 745880f Switch default-initialization of variables of class type (or array thereof) over to InitializationSequence. I could swear that this fixes a PR somewhere, but I couldn't figure out which one by Douglas Gregor · 15 years ago
  8. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 8b915e7 1) don't do overload resolution in selecting conversion by Fariborz Jahanian · 15 years ago
  11. 34acd3e Issue good diagnostics when initialization failes due to by Fariborz Jahanian · 15 years ago
  12. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  13. 3eb1c54 Removed the warning by Douglas Gregor · 16 years ago
  14. f03d7c7 Implement C++ copy-initialization for declarations. There is now some by Douglas Gregor · 16 years ago
  15. 18fe568 Implicit support for direct initialization of objects of class type, e.g., by Douglas Gregor · 16 years ago
  16. 3f2a8a0 In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGroupingParens call after the ')' is parsed. by Argyrios Kyrtzidis · 16 years ago
  17. 73a0d88 Implement support for C++ direct initializers in declarations, e.g. "int x(1);". by Argyrios Kyrtzidis · 16 years ago