commit | 350e956532d99ce2e804a478df5b6f1f5e096d88 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Sun May 27 16:59:48 2012 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Sun May 27 16:59:48 2012 +0000 |
tree | ec57848ed1b5143d52fb4c31633221ec17f702b7 | |
parent | 1831bd29572b6a7243da73d9606209190c0217de [diff] [blame] |
-Wdeprecated warning to include reference (as a note) to the declaration in this patch. // rdar://10893232 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157537 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaObjC/warn-deprecated-implementations.m b/test/SemaObjC/warn-deprecated-implementations.m index 919b221..5f7c2fd 100644 --- a/test/SemaObjC/warn-deprecated-implementations.m +++ b/test/SemaObjC/warn-deprecated-implementations.m
@@ -20,7 +20,7 @@ @end __attribute__((deprecated)) -@interface CL // expected-note 2 {{class declared here}} +@interface CL // expected-note 2 {{class declared here}} // expected-note 2 {{declared here}} @end @implementation CL // expected-warning {{Implementing deprecated class}}