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;


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;
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D34766: fix ... Alex Lorenz via Phabricator via cfe-commits
    • [PATCH] D34766:... Vladimir Voskresensky via Phabricator via cfe-commits
    • [PATCH] D34766:... Alex Lorenz via Phabricator via cfe-commits

Reply via email to