[PATCH] D34766: fix NSAPI constants to reflect the current state of NSStringMethodKind/NSDictionaryMethodKind enums
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 29 07:18:47 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL306680: Fix NSAPI constants to reflect the current state of (authored by arphaman).
Changed prior to commit:
https://reviews.llvm.org/D34766?vs=104455&id=104643#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34766
Files:
cfe/trunk/include/clang/AST/NSAPI.h
Index: cfe/trunk/include/clang/AST/NSAPI.h
===================================================================
--- cfe/trunk/include/clang/AST/NSAPI.h
+++ cfe/trunk/include/clang/AST/NSAPI.h
@@ -49,7 +49,7 @@
NSStr_initWithString,
NSStr_initWithUTF8String
};
- static const unsigned NumNSStringMethods = 5;
+ static const unsigned NumNSStringMethods = 6;
IdentifierInfo *getNSClassId(NSClassIdKindKind K) const;
@@ -112,7 +112,7 @@
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;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34766.104643.patch
Type: text/x-patch
Size: 777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170629/cbc74bb4/attachment.bin>
More information about the cfe-commits
mailing list