From cd683986e991f0e60afd6bc6f336cfc1fd844193 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 2 Aug 2013 00:01:14 +0000 Subject: Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods with certain prefix selector matching their class names' suffix." This reverts commit r187626. It is breaking the bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187634 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Basic/IdentifierTable.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/clang/Basic/IdentifierTable.h') diff --git a/include/clang/Basic/IdentifierTable.h b/include/clang/Basic/IdentifierTable.h index 0bc13e6555..8e12b972ed 100644 --- a/include/clang/Basic/IdentifierTable.h +++ b/include/clang/Basic/IdentifierTable.h @@ -586,7 +586,10 @@ enum ObjCInstanceTypeFamily { OIT_None, OIT_Array, OIT_Dictionary, - OIT_MemManage + OIT_MemManage, + OIT_NSString, + OIT_NSSet, + OIT_NSURL }; /// \brief Smart pointer class that efficiently represents Objective-C method -- cgit v1.2.3