commit | aac928537794e41bbc1e84a9772483ab351865ff | [log] [tgz] |
---|---|---|
author | Louis Dionne <[email protected]> | Tue Apr 02 19:48:39 2019 |
committer | Louis Dionne <[email protected]> | Tue Apr 02 19:48:39 2019 |
tree | e065d04b0a5302cea4f49e57be22eec2e6c335ea | |
parent | af913156685a910c4930c40e72a4f641f268a83f [diff] |
[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