Re: [libcxx] r324153 - Fix has_unique_object_representation after Clang commit r324134.

2018-02-06 Thread Hans Wennborg via cfe-commits
Merged to 6.0 in r324345. On Fri, Feb 2, 2018 at 11:39 PM, Eric Fiselier via cfe-commits wrote: > Author: ericwf > Date: Fri Feb 2 14:39:59 2018 > New Revision: 324153 > > URL: http://llvm.org/viewvc/llvm-project?rev=324153=rev > Log: > Fix

[libcxx] r324153 - Fix has_unique_object_representation after Clang commit r324134.

2018-02-02 Thread Eric Fiselier via cfe-commits
Author: ericwf Date: Fri Feb 2 14:39:59 2018 New Revision: 324153 URL: http://llvm.org/viewvc/llvm-project?rev=324153=rev Log: Fix has_unique_object_representation after Clang commit r324134. Clang previously reported an empty union as having a unique object representation. This was incorrect