]> granicus.if.org Git - clang/commit
For methods where clang automatically infers instancetype from the selector
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 28 Aug 2013 20:49:58 +0000 (20:49 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 28 Aug 2013 20:49:58 +0000 (20:49 +0000)
commitc0d1b6aee0046ef5ca87e82dae889589b69dd232
tree862d317599316ab7667bb94465d35cd934018b8b
parent62c90e188931e01fc5b08eae8b25de43ed3a1a7c
For methods where clang automatically infers instancetype from the selector
(e.g., all -init* methods), no need to suggest "instancetype" because it
is redundant.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189514 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ARCMigrate/ObjCMT.cpp
test/ARCMT/objcmt-arc-cf-annotations.m.result
test/ARCMT/objcmt-instancetype-2.m.result
test/ARCMT/objcmt-instancetype.m.result