[PATCH] D89649: Fix __has_unique_object_representations with no_unique_address
Gabor Bencze via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 5 04:19:31 PST 2020
gbencze updated this revision to Diff 303082.
gbencze added a comment.
Herald added a subscriber: mgrang.
Sorry for the slow update on this.
I fixed the behavior when reusing tail padding as mentioned by @rsmith and took a shot at unifying the code paths for base classes and fields. Let me know your thoughts on the approach!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89649/new/
https://reviews.llvm.org/D89649
Files:
clang/lib/AST/ASTContext.cpp
clang/test/SemaCXX/has_unique_object_reps_no_unique_addr.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89649.303082.patch
Type: text/x-patch
Size: 6678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201105/ffaabd54/attachment-0001.bin>
More information about the cfe-commits
mailing list