]> granicus.if.org Git - clang/commit
Comment parsing tests: move tests where they belong
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 19 Aug 2013 07:10:13 +0000 (07:10 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 19 Aug 2013 07:10:13 +0000 (07:10 +0000)
commit6533aa2b43ca1f0e40cf85b453209a012236480a
tree9a62e34593f9d650d56afd1f6872789821c73174
parentcacdbc97d11d2bbde00a63dace6ac26f4b12ed88
Comment parsing tests: move tests where they belong

comment-misc-tags.m is mostly about miscellaneous Doxygen tags.  Move out tests
that check if the comment is attached to an ObjC decl.  Because the exitsting
test for this is in C++ (annotate-comments.cpp), create a new test --
annotate-comments-objc.m.

The rest of comment-misc-tags.m should be also moved elsewhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188657 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/annotate-comments-objc.m [new file with mode: 0644]
test/Index/comment-misc-tags.m