]> granicus.if.org Git - clang/commitdiff
Use -Wdeprecated-objc-isa-usage for option to issue
authorFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Jan 2012 22:18:30 +0000 (22:18 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Wed, 18 Jan 2012 22:18:30 +0000 (22:18 +0000)
deprecated usage of 'isa'. // rdar://8290002

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148430 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 7ff22eb74e7a760be8924ce69a70f43afda48b7a..5f361cdf0d918a77c915f6e292206399ec5c441f 100644 (file)
@@ -514,7 +514,7 @@ def warn_objc_property_no_assignment_attribute : Warning<
 def warn_objc_isa_use : Warning<
   "direct access to objective-c's isa is deprecated "
   "in favor of object_setClass() and object_getClass()">,
-  InGroup<DiagGroup<"deprecated-objective-c-isa-usage">>;
+  InGroup<DiagGroup<"deprecated-objc-isa-usage">>;
 def warn_objc_property_default_assign_on_object : Warning<
   "default property attribute 'assign' not appropriate for non-gc object">;
 def warn_property_attr_mismatch : Warning<