This is an archive of the discontinued LLVM Phabricator instance.

[ObjC] Add some additional test cases around pointer conversions.
ClosedPublic

Authored by jyknight on Sep 24 2019, 1:57 PM.

Details

Summary

This is especially important for Objective-C++, which is entirely
missing this testing at the moment.

This annotates with "FIXME" the cases which I change in the next
patch -- I primarily wanted to document the current state of things so
that the effect of the code change is made clear.

Diff Detail

Event Timeline

jyknight created this revision.Sep 24 2019, 1:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 24 2019, 1:57 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

(See https://reviews.llvm.org/D67983 for the proposed behavior change.)

rjmccall accepted this revision.Sep 25 2019, 2:54 PM

LGTM.

This revision is now accepted and ready to land.Sep 25 2019, 2:54 PM
This revision was automatically updated to reflect the committed changes.