diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2014-07-28 16:35:45 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2014-07-28 16:35:45 +0000 |
| commit | 261aa1f23abda9a05d04968b171ebbd8f3eec257 (patch) | |
| tree | 874ddcf8afd4237823e8fda36d202ebe298b3828 /clang/test/SemaObjC/attr-deprecated.m | |
| parent | ea1f83385fab96b5274fb60402e7ce6d0925a2f8 (diff) | |
| download | bcm5719-llvm-261aa1f23abda9a05d04968b171ebbd8f3eec257.tar.gz bcm5719-llvm-261aa1f23abda9a05d04968b171ebbd8f3eec257.zip | |
Objective-C. Improve diagnostic when property is
not auto synthesized in current implementation.
rdar://17774815
llvm-svn: 214090
Diffstat (limited to 'clang/test/SemaObjC/attr-deprecated.m')
| -rw-r--r-- | clang/test/SemaObjC/attr-deprecated.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/attr-deprecated.m b/clang/test/SemaObjC/attr-deprecated.m index f18f99f013b..9c33b5bade9 100644 --- a/clang/test/SemaObjC/attr-deprecated.m +++ b/clang/test/SemaObjC/attr-deprecated.m @@ -201,7 +201,7 @@ expected-note {{'setObject:' has been explicitly marked deprecated here}} @end @interface TestDerived : TestBase -@property (nonatomic, strong) id object; //expected-warning {{auto property synthesis will not synthesize property 'object' because it will be synthesize by its super class}} +@property (nonatomic, strong) id object; //expected-warning {{auto property synthesis will not synthesize property 'object' because it will be implemented by its superclass}} @end @interface TestUse @end |

