aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/flexible-array-init.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-23Refactor and fix checking for initialization of flexible array members. The ...Eli Friedman1-12/+23
2010-10-15Allow list-initialization of a local variable of class type with aDouglas Gregor1-2/+7
2010-10-10fix PR8217, a silent miscompilation of invalid code.Chris Lattner1-1/+18
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-03-20Allow flexible array initializers that are not surrounded byDouglas Gregor1-7/+7
2009-02-18Downgrade the "excess elements in initializer" errors to warnings *inDouglas Gregor1-1/+1
2009-02-10GNU allows structs with flexible array members to be placed insideDouglas Gregor1-6/+26
2009-02-07Make one expected-diag directive match exactly one actual diagnostic.Sebastian Redl1-1/+1
2009-02-04Implement semantic analysis for the GNU flexible array initializationDouglas Gregor1-0/+38