Argyrios Kyrtzidis
|
7e25a95600
|
g++ is more permissive regarding flexible arrays.
It will accept flexible array in union and also as the sole element of a struct/class.
Fixes rdar://9065507.
llvm-svn: 127171
|
2011-03-07 20:04:04 +00:00 |
Anders Carlsson
|
f849774495
|
It's OK for classes to have flexible array elements (but not unions).
llvm-svn: 113018
|
2010-09-03 21:53:49 +00:00 |
Fariborz Jahanian
|
b0e28471a6
|
Improve on flexible array diagnostics (PR7029).
llvm-svn: 104739
|
2010-05-26 20:46:24 +00:00 |
Fariborz Jahanian
|
1138ba6693
|
Fixes misc. flexible array bugs in c++ (PR7029).
llvm-svn: 104733
|
2010-05-26 20:19:07 +00:00 |