1. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  2. a9bff30 Warn about the deprecated string literal -> char* conversion. Fixes PR6428. by Douglas Gregor · 15 years ago
  3. 2bbae5d Use the new init code for member subobjects. by Anders Carlsson · 16 years ago
  4. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 16 years ago
  5. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 16 years ago
  6. a91eb54 Switch file-scope assignment initialization over to InitializationSequence. by Eli Friedman · 16 years ago
  7. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 16 years ago
  8. 16006c9 When value-initializing a class with no user-defined constructors but by Douglas Gregor · 16 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  10. 39da0b8 Improve handling of initialization by constructor, by ensuring that by Douglas Gregor · 16 years ago
  11. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  12. 3cb0692 Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 17 years ago
  13. eeb15d4 Implement semantic analysis for the GNU flexible array initialization by Douglas Gregor · 17 years ago
  14. 87fd703 Check value-initializations that occur when an initializer list by Douglas Gregor · 17 years ago
  15. 734d986 Improve our handling of the second step in a user-defined conversion by Douglas Gregor · 17 years ago
  16. b574e56 Upgrade the "excess elements in array initializer" warning to an by Douglas Gregor · 17 years ago
  17. 930d8b5 Implement and test aggregate initialization in C++. Major changes: by Douglas Gregor · 17 years ago