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