]> granicus.if.org Git - clang/commit
[objcmt] Make sure we don't edit the return type to add 'instancetype' if the return...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 21 May 2014 00:24:20 +0000 (00:24 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 21 May 2014 00:24:20 +0000 (00:24 +0000)
commit041c5c150c840bd5779081f8c8de53f2dca38d23
tree41054a7d2b31e18b2f171201aa98240616daa85a
parent3cdece9233fd40d5506d0b2dc2910ac341cc1663
[objcmt] Make sure we don't edit the return type to add 'instancetype' if the return type is already that.

rdar://16961577

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209264 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ARCMigrate/ObjCMT.cpp
test/ARCMT/objcmt-instancetype-unnecessary-diff.m [new file with mode: 0644]