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

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 13 09:51:52 PST 2018


ahatanak added a comment.

Just to clarify, this patch doesn't change clang's handling of C++ unions that have non-static data members with non-trivial special member functions.


Repository:
  rC Clang

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

https://reviews.llvm.org/D55659





More information about the cfe-commits mailing list