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