diff options
author | Louis Dionne <ldionne@apple.com> | 2019-04-02 19:48:39 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-04-02 19:48:39 +0000 |
commit | aac928537794e41bbc1e84a9772483ab351865ff (patch) | |
tree | e065d04b0a5302cea4f49e57be22eec2e6c335ea /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc | |
parent | af913156685a910c4930c40e72a4f641f268a83f (diff) | |
download | bcm5719-llvm-aac928537794e41bbc1e84a9772483ab351865ff.tar.gz bcm5719-llvm-aac928537794e41bbc1e84a9772483ab351865ff.zip |
[libc++] 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.
rdar://problem/49126333
Reviewers: ahatanak, EricWF
Subscribers: christof, jkorous, dexonsmith, libcxx-commits
Differential Revision: https://reviews.llvm.org/D60087
llvm-svn: 357517
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions