1. f40fd6b Refactor and fix checking for initialization of flexible array members. The old version had the checks scattered across the code, missed some checks, and had a couple nasty bugs in existing checks. by Eli Friedman · 13 years ago
  2. c6eddf5 Allow list-initialization of a local variable of class type with a by Douglas Gregor · 14 years ago
  3. 16c5dea fix PR8217, a silent miscompilation of invalid code. by Chris Lattner · 14 years ago
  4. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  5. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  6. a645796 Allow flexible array initializers that are not surrounded by by Douglas Gregor · 16 years ago
  7. 7c53ca6 Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 16 years ago
  8. 0bfe54f GNU allows structs with flexible array members to be placed inside by Douglas Gregor · 16 years ago
  9. 3cb0692 Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 16 years ago
  10. eeb15d4 Implement semantic analysis for the GNU flexible array initialization by Douglas Gregor · 16 years ago