[PATCH] D67982: [ObjC] Add some additional test cases around pointer conversions.
James Y Knight via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 24 13:59:01 PDT 2019
jyknight created this revision.
jyknight added a reviewer: rjmccall.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D67982
Files:
clang/test/SemaObjC/class-method-self.m
clang/test/SemaObjC/comptypes-1.m
clang/test/SemaObjC/comptypes-7.m
clang/test/SemaObjCXX/class-method-self.mm
clang/test/SemaObjCXX/comptypes-1.mm
clang/test/SemaObjCXX/comptypes-7.mm
clang/test/SemaObjCXX/instancetype.mm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67982.221586.patch
Type: text/x-patch
Size: 21270 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190924/e4a25936/attachment-0001.bin>
More information about the cfe-commits
mailing list