summaryrefslogtreecommitdiff
path: root/test/SemaCXX/flexible-array-test.cpp
AgeCommit message (Expand)Author
2017-10-23[Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai
2014-09-24Sema: Inherit the flexible array property from struct fieldsDavid Majnemer
2014-01-11Fix "regression" caused by updating our notion of POD to better match the C++11Richard Smith
2013-11-02Sema: Disallow derived classes with virtual bases from having flexible array ...David Majnemer
2011-03-07g++ is more permissive regarding flexible arrays.Argyrios Kyrtzidis
2010-09-03It's OK for classes to have flexible array elements (but not unions).Anders Carlsson
2010-05-26Improve on flexible array diagnostics (PR7029).Fariborz Jahanian
2010-05-26Fixes misc. flexible array bugs in c++ (PR7029).Fariborz Jahanian