From: Fariborz Jahanian Date: Tue, 4 Dec 2012 18:25:34 +0000 (+0000) Subject: additional test for declaration tag of a class extension. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2ef5ad5f498d327d5cf6c30b1e1bae861d124cd;p=clang additional test for declaration tag of a class extension. // rdar://12378714 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169289 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/comment-objc-decls.m b/test/Index/comment-objc-decls.m index 7844ae59ab..2894ee88f5 100644 --- a/test/Index/comment-objc-decls.m +++ b/test/Index/comment-objc-decls.m @@ -79,6 +79,21 @@ // CHECK: + (id) ClassMethodMyClass // CHECK: @property ( readwrite,copy,atomic ) id PropertyMyClass@interface MyClass()\n{\n id IvarMyClassExtension;\n}\n@end +// CHECK: id IvarMyClassExtension + + /** * \brief MyClass (Category) is private to MyClass. */