1. da004db 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  2. 4f4bd83 Turn access control on by default in -cc1. by John McCall · 14 years ago
  3. 9862435 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  4. ec29a81 Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 14 years ago
  5. 84b499e Improve the diagnostics used to report implicitly-generated class members by John McCall · 14 years ago
  6. fb88e3c Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence by Douglas Gregor · 15 years ago
  7. 320cc33 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. d939142 Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  9. 3573b2c Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. 97eecea 1) don't do overload resolution in selecting conversion by Fariborz Jahanian · 15 years ago
  11. 3fa0499 Issue good diagnostics when initialization failes due to by Fariborz Jahanian · 15 years ago
  12. ffd408a Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  13. 9dd88c7 Removed the warning by Douglas Gregor · 16 years ago
  14. 6428e76 Implement C++ copy-initialization for declarations. There is now some by Douglas Gregor · 16 years ago
  15. 5870a95 Implicit support for direct initialization of objects of class type, e.g., by Douglas Gregor · 16 years ago
  16. 0941ff4 In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGroupingParens call after the ')' is parsed. by Argiris Kirtzidis · 16 years ago
  17. 9e55d46 Implement support for C++ direct initializers in declarations, e.g. "int x(1);". by Argiris Kirtzidis · 16 years ago