summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/flexible-array-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* g++ is more permissive regarding flexible arrays.Argyrios Kyrtzidis2011-03-071-1/+15
| | | | | | | | It will accept flexible array in union and also as the sole element of a struct/class. Fixes rdar://9065507. llvm-svn: 127171
* It's OK for classes to have flexible array elements (but not unions).Anders Carlsson2010-09-031-0/+10
| | | | llvm-svn: 113018
* Improve on flexible array diagnostics (PR7029).Fariborz Jahanian2010-05-261-1/+1
| | | | llvm-svn: 104739
* Fixes misc. flexible array bugs in c++ (PR7029).Fariborz Jahanian2010-05-261-0/+45
llvm-svn: 104733
OpenPOWER on IntegriCloud