aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/flexible-array-init.c
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-20Allow flexible array initializers that are not surrounded byDouglas Gregor
2009-02-18Downgrade the "excess elements in initializer" errors to warnings *inDouglas Gregor
2009-02-10GNU allows structs with flexible array members to be placed insideDouglas Gregor
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl
2009-02-04Implement semantic analysis for the GNU flexible array initializationDouglas Gregor