From 4a7dc6e3e684449830aed0924519e080e54ff41b Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Tue, 4 Dec 2012 18:25:34 +0000 Subject: [PATCH] additional test for declaration tag of a class extension. // rdar://12378714 llvm-svn: 169289 --- clang/test/Index/comment-objc-decls.m | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/clang/test/Index/comment-objc-decls.m b/clang/test/Index/comment-objc-decls.m index 7844ae5..2894ee8 100644 --- a/clang/test/Index/comment-objc-decls.m +++ b/clang/test/Index/comment-objc-decls.m @@ -80,6 +80,21 @@ // 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. */ @interface MyClass (Category) -- 2.7.4