diff options
author | Louis Dionne <ldionne@apple.com> | 2019-04-03 14:29:52 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-04-03 14:29:52 +0000 |
commit | 3b8c90b80d46897c22ade3f7a9419344e4d040a7 (patch) | |
tree | 84df29c5e443702930378c9e88348bc5667db3d7 /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc | |
parent | 6911ff562fc685136c8e4b8ed4bc6cce059ab2e5 (diff) | |
download | bcm5719-llvm-3b8c90b80d46897c22ade3f7a9419344e4d040a7.tar.gz bcm5719-llvm-3b8c90b80d46897c22ade3f7a9419344e4d040a7.zip |
[libc++] (Take 2) Correctly handle Objective-C++ ARC qualifiers in std::is_pointer
Summary:
Otherwise, std::is_pointer<id __strong> works, but std::is_pointer<id __weak>
(and others) don't work as expected.
The previous patch (r357517) had to be reverted in r357569 because it
broke the Chromium build. This patch shouldn't have the same problem.
rdar://problem/49126333
Reviewers: ahatanak, EricWF
Subscribers: christof, jkorous, dexonsmith, libcxx-commits
Differential Revision: https://reviews.llvm.org/D60087
llvm-svn: 357586
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions