[PATCH] D57438: [Sema][ObjC] Allow declaring ObjC pointer members in C++ unions under ARC

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 1 14:50:09 PST 2019


ahatanak updated this revision to Diff 184851.
ahatanak marked an inline comment as done.
ahatanak added a comment.

Add a test case for an anonymous struct nested inside an anonymous union.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57438/new/

https://reviews.llvm.org/D57438

Files:
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/AST/DeclCXX.cpp
  lib/Sema/SemaDecl.cpp
  lib/Sema/SemaDeclCXX.cpp
  test/SemaObjCXX/arc-0x.mm
  test/SemaObjCXX/objc-weak.mm

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57438.184851.patch
Type: text/x-patch
Size: 15466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190201/b514d1d9/attachment-0001.bin>


More information about the cfe-commits mailing list