diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2013-03-05 22:46:07 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-03-05 22:46:07 +0000 |
| commit | 56fe4066e589ff76051d9af0344f931d7adf628a (patch) | |
| tree | cb9e284d5cef6baf14c3d5d2c1ac34756099ec7d /clang/test/Sema/warn-documentation.m | |
| parent | fad9aae937abde5d1df1b885e7bd7a01fea6fd34 (diff) | |
| download | bcm5719-llvm-56fe4066e589ff76051d9af0344f931d7adf628a.tar.gz bcm5719-llvm-56fe4066e589ff76051d9af0344f931d7adf628a.zip | |
doc. parsing. Improve on diagnostics on my last patch.
// rdar://13094352.
llvm-svn: 176525
Diffstat (limited to 'clang/test/Sema/warn-documentation.m')
| -rw-r--r-- | clang/test/Sema/warn-documentation.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/warn-documentation.m b/clang/test/Sema/warn-documentation.m index cfa84870e82..a0ea47ec5a0 100644 --- a/clang/test/Sema/warn-documentation.m +++ b/clang/test/Sema/warn-documentation.m @@ -98,7 +98,7 @@ int b; typedef int (^test_param1)(int aaa, int ccc); // rdar://13094352 -// expected-warning@+2 {{'@method' command used in a comment that is attached to a non-method declaration immediately following it}} +// expected-warning@+2 {{'@method' command should be used in a comment attached to an objective-c method declaration}} @interface I /*! @method Base64EncodeEx */ |

