This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Emit an error for using tags with flexible array member as ObjC class ivar.
AbandonedPublic

Authored by vsapsai on Sep 20 2017, 6:12 PM.

Details

Reviewers
None
Summary

Incomplete patch intended to make discussion more concrete.

Event Timeline

vsapsai created this revision.Sep 20 2017, 6:12 PM
vsapsai updated this revision to Diff 116619.Sep 25 2017, 2:41 PM
  • Add test cases for the discussion.
vsapsai updated this revision to Diff 116624.Sep 25 2017, 3:15 PM
  • Cover a case when subclass doesn't add ivars.
vsapsai abandoned this revision.Oct 10 2017, 5:45 PM

Superseded by actual change https://reviews.llvm.org/D38773