summaryrefslogtreecommitdiffstats
path: root/test/Sema/flexible-array-init.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor and fix checking for initialization of flexible array members. The ...Eli Friedman2011-08-231-12/+23
* Allow list-initialization of a local variable of class type with aDouglas Gregor2010-10-151-2/+7
* fix PR8217, a silent miscompilation of invalid code.Chris Lattner2010-10-101-1/+18
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Allow flexible array initializers that are not surrounded byDouglas Gregor2009-03-201-7/+7
* Downgrade the "excess elements in initializer" errors to warnings *inDouglas Gregor2009-02-181-1/+1
* GNU allows structs with flexible array members to be placed insideDouglas Gregor2009-02-101-6/+26
* Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl2009-02-071-1/+1
* Implement semantic analysis for the GNU flexible array initializationDouglas Gregor2009-02-041-0/+38