[all-commits] [llvm/llvm-project] 1c982a: [ObjC] Add some additional test cases around point...
jyknight via All-commits
all-commits at lists.llvm.org
Thu Oct 17 08:18:20 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1c982af0599781bdb049f898a2d512656c807485
https://github.com/llvm/llvm-project/commit/1c982af0599781bdb049f898a2d512656c807485
Author: James Y Knight <jyknight at google.com>
Date: 2019-10-17 (Thu, 17 Oct 2019)
Changed paths:
M clang/test/SemaObjC/class-method-self.m
M clang/test/SemaObjC/comptypes-1.m
M clang/test/SemaObjC/comptypes-7.m
A clang/test/SemaObjCXX/class-method-self.mm
A clang/test/SemaObjCXX/comptypes-1.mm
A clang/test/SemaObjCXX/comptypes-7.mm
M clang/test/SemaObjCXX/instancetype.mm
Log Message:
-----------
[ObjC] Add some additional test cases around pointer conversions.
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.
Differential Revision: https://reviews.llvm.org/D67982
llvm-svn: 375124
More information about the All-commits
mailing list