]> granicus.if.org Git - clang/commit
ObjectiveC migrator. Migrate to instancetype return type
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 1 Aug 2013 22:29:32 +0000 (22:29 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 1 Aug 2013 22:29:32 +0000 (22:29 +0000)
commit59944677b0576c19a08db92a6b45619077a00baa
tree811c7ed73a4c0b1d1186d37d54bcae44e827ad94
parentd8188f8ad5d584b5f6e1f58e5a4882586cc630d4
ObjectiveC migrator. Migrate to instancetype return type
for mehods with certain prefix selector matching their class names'
suffix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187626 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/IdentifierTable.h
lib/ARCMigrate/ObjCMT.cpp
lib/Basic/IdentifierTable.cpp
test/ARCMT/objcmt-instancetype-2.m.result [new file with mode: 0644]
test/ARCMT/objcmt-instancetype.m.result