summaryrefslogtreecommitdiff
path: root/test/SemaObjC/category-1.m
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2013-03-27 00:02:21 +0000
committerTed Kremenek <kremenek@apple.com>2013-03-27 00:02:21 +0000
commit8b43d2b0ea2d72b53a10f38903b176e58cb93b9c (patch)
treedce794fc868e1d16f42dbadaf0c49794fbf65c1c /test/SemaObjC/category-1.m
parentdefa32ef4fdc166d39d2d0859e5edbd78da2ddd0 (diff)
downloadclang-8b43d2b0ea2d72b53a10f38903b176e58cb93b9c.tar.gz
Split "incomplete implementation" warnings for ObjC into separate warnings.
Previously all unimplemented methods for a class were grouped under a single warning, with all the unimplemented methods mentioned as notes. Based on feedback from users, most users would like a separate warning for each method, with a note pointing back to the original method declaration. Implements <rdar://problem/13350414> git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaObjC/category-1.m')
-rw-r--r--test/SemaObjC/category-1.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SemaObjC/category-1.m b/test/SemaObjC/category-1.m
index a7e69651ad..18b872aa8b 100644
--- a/test/SemaObjC/category-1.m
+++ b/test/SemaObjC/category-1.m
@@ -71,8 +71,7 @@
@interface MultipleCat_I() <MultipleCat_P> @end
-@implementation MultipleCat_I // expected-warning {{incomplete implementation}} \
- // expected-warning {{method 'im0' in protocol not implemented}}
+@implementation MultipleCat_I // expected-warning {{method 'im0' in protocol not implemented}}
@end
// <rdar://problem/7680391> - Handle nameless categories with no name that refer