[PATCH] D62988: Add an attribute to allow fields of non-trivial types in C unions

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 10 15:59:48 PDT 2019


rjmccall added a reviewer: rsmith.
rjmccall added a comment.

Does this lead to C/C++ ABI mismatches?  Should we just honor this in C++ as well by ignoring it when deciding to delete special members?  Is taking such a general name a good idea if it's language-specific?  Richard, thoughts?


Repository:
  rC Clang

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

https://reviews.llvm.org/D62988





More information about the cfe-commits mailing list