summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/has_unique_object_reps_member_ptr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix __has_unique_object_representations implementationErich Keane2017-11-301-0/+32
As rsmith pointed out, the original implementation of this intrinsic missed a number of important situations. This patch fixe a bunch of shortcomings and implementation details to make it work correctly. Differential Revision: https://reviews.llvm.org/D39347 llvm-svn: 319446
OpenPOWER on IntegriCloud