Age | Commit message (Expand) | Author |
---|---|---|
2011-08-23 | Refactor and fix checking for initialization of flexible array members. The ... | Eli Friedman |
2010-10-15 | Allow list-initialization of a local variable of class type with a | Douglas Gregor |
2010-10-10 | fix PR8217, a silent miscompilation of invalid code. | Chris Lattner |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-20 | Allow flexible array initializers that are not surrounded by | Douglas Gregor |
2009-02-18 | Downgrade the "excess elements in initializer" errors to warnings *in | Douglas Gregor |
2009-02-10 | GNU allows structs with flexible array members to be placed inside | Douglas Gregor |
2009-02-07 | Make one expected-diag directive match exactly one actual diagnostic. | Sebastian Redl |
2009-02-04 | Implement semantic analysis for the GNU flexible array initialization | Douglas Gregor |