summaryrefslogtreecommitdiff
path: root/test/SemaCXX/flexible-array-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-231-0/+5
* Sema: Inherit the flexible array property from struct fieldsDavid Majnemer2014-09-241-0/+6
* Fix "regression" caused by updating our notion of POD to better match the C++11Richard Smith2014-01-111-2/+19
* Sema: Disallow derived classes with virtual bases from having flexible array ...David Majnemer2013-11-021-0/+4
* g++ is more permissive regarding flexible arrays.Argyrios Kyrtzidis2011-03-071-1/+15
* It's OK for classes to have flexible array elements (but not unions).Anders Carlsson2010-09-031-0/+10
* Improve on flexible array diagnostics (PR7029).Fariborz Jahanian2010-05-261-1/+1
* Fixes misc. flexible array bugs in c++ (PR7029).Fariborz Jahanian2010-05-261-0/+45