[PATCH] D55659: [Sema][ObjC] Disallow non-trivial C struct fields in unions

Akira Hatanaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 12:21:52 PST 2019


This revision was automatically updated to reflect the committed changes.
ahatanak marked 2 inline comments as done.
Closed by commit rL353459: [Sema][ObjC] Disallow non-trivial C struct fields in unions. (authored by ahatanak, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D55659?vs=185466&id=185846#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55659

Files:
  cfe/trunk/include/clang/AST/Type.h
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/lib/AST/Type.cpp
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/test/SemaObjC/arc-decls.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55659.185846.patch
Type: text/x-patch
Size: 5654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/b312faee/attachment.bin>


More information about the llvm-commits mailing list