summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2012-01-18 22:18:30 +0000
committerFariborz Jahanian <fjahanian@apple.com>2012-01-18 22:18:30 +0000
commitf9a05d26db9de8d7b374cd03e285b05e7d28d28f (patch)
tree64d1ae40d4a72eb614f746d20618c7b42dcba9a3
parentcbd3f273548644f3a109ae4a0c7f127b7f407a40 (diff)
downloadbcm5719-llvm-f9a05d26db9de8d7b374cd03e285b05e7d28d28f.tar.gz
bcm5719-llvm-f9a05d26db9de8d7b374cd03e285b05e7d28d28f.zip
Use -Wdeprecated-objc-isa-usage for option to issue
deprecated usage of 'isa'. // rdar://8290002 llvm-svn: 148430
-rw-r--r--clang/include/clang/Basic/DiagnosticSemaKinds.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index 7ff22eb74e7..5f361cdf0d9 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -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<
OpenPOWER on IntegriCloud