commit | d3952f3baefee27164f4001d6b16df443e30feec | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Tue Oct 02 20:06:01 2007 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Tue Oct 02 20:06:01 2007 +0000 |
tree | 072e45c8a5870c716282748e58174ff46c0b06c9 | |
parent | fa465d1b96a38ec63dcdd4577630bf4710cff5cc [diff] [blame] |
Previously, I warned those methods not implemented in implementation class/category. Now, I also warn those class/categories which are incomplete because of this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42544 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/undef-protocol-methods-1.m b/test/Sema/undef-protocol-methods-1.m index 60203fc..438feb2 100644 --- a/test/Sema/undef-protocol-methods-1.m +++ b/test/Sema/undef-protocol-methods-1.m
@@ -28,4 +28,4 @@ + (void) DefClsP3Proto{} -@end +@end // expected-warning {{ncomplete implementation of class 'INTF'}}