aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/flexible-array-test.cpp
AgeCommit message (Collapse)Author
2011-03-07g++ is more permissive regarding flexible arrays.Argyrios Kyrtzidis
It will accept flexible array in union and also as the sole element of a struct/class. Fixes rdar://9065507. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127171 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-03It's OK for classes to have flexible array elements (but not unions).Anders Carlsson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113018 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-26Improve on flexible array diagnostics (PR7029).Fariborz Jahanian
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104739 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-26Fixes misc. flexible array bugs in c++ (PR7029).Fariborz Jahanian
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104733 91177308-0d34-0410-b5e6-96231b3b80d8