mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
Fix NSAPI constants to reflect the current state of
NSStringMethodKind/NSDictionaryMethodKind enums Patch by Vladimir Voskresensky! Differential Revision: https://reviews.llvm.org/D34766 llvm-svn: 306680
This commit is contained in:
@@ -49,7 +49,7 @@ public:
|
||||
NSStr_initWithString,
|
||||
NSStr_initWithUTF8String
|
||||
};
|
||||
static const unsigned NumNSStringMethods = 5;
|
||||
static const unsigned NumNSStringMethods = 6;
|
||||
|
||||
IdentifierInfo *getNSClassId(NSClassIdKindKind K) const;
|
||||
|
||||
@@ -112,7 +112,7 @@ public:
|
||||
NSMutableDict_setObjectForKeyedSubscript,
|
||||
NSMutableDict_setValueForKey
|
||||
};
|
||||
static const unsigned NumNSDictionaryMethods = 14;
|
||||
static const unsigned NumNSDictionaryMethods = 13;
|
||||
|
||||
/// \brief The Objective-C NSDictionary selectors.
|
||||
Selector getNSDictionarySelector(NSDictionaryMethodKind MK) const;
|
||||
|
||||
Reference in New Issue
Block a user