1. dc392c1 <rdar://problem/13185264> Don't crash when attempting to redundantly initialize a member of an anonymous union. by Douglas Gregor · 11 years ago
  2. f211662 Support decltype in member initializers. by David Blaikie · 13 years ago
  3. 6fe2965 Include named unions in union member init checking by David Blaikie · 13 years ago
  4. 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 14 years ago
  5. ea356fb Diagnose multiple base and member initializers in class templates. by Anders Carlsson · 14 years ago
  6. ee11b2d Fix a bug where we would incorrectly report an error about initializing two fields in an anonymous struct. by Anders Carlsson · 14 years ago
  7. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  8. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  9. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  10. 47deacf A more detailed diagnosis of ill-formed ctor-initializer list. by Fariborz Jahanian · 15 years ago
  11. 7881a05 Diagnose multiple initialzation of data-member/base by Fariborz Jahanian · 15 years ago