1. 3fa64df 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 · 14 years ago
  2. 1f81ced Allow list-initialization of a local variable of class type with a by Douglas Gregor · 15 years ago
  3. 88fdea8 fix PR8217, a silent miscompilation of invalid code. by Chris Lattner · 15 years ago
  4. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  5. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  6. 07d8e3a Allow flexible array initializers that are not surrounded by by Douglas Gregor · 17 years ago
  7. 1cba5fe Downgrade the "excess elements in initializer" errors to warnings *in by Douglas Gregor · 17 years ago
  8. 09cfcff GNU allows structs with flexible array members to be placed inside by Douglas Gregor · 17 years ago
  9. 2175b6a Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 17 years ago
  10. fc4f8a1 Implement semantic analysis for the GNU flexible array initialization by Douglas Gregor · 17 years ago