summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/flexible-array-init.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow flexible array initializers that are not surrounded byDouglas Gregor2009-03-201-0/+8
braces. We now build the appropriate fully-structured initializer list for such things. Per PR3618, verified that we're getting the right code generation. llvm-svn: 67353
OpenPOWER on IntegriCloud