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

Move C++-specific tests that were checking if we attach a base class comment to
a derived class to an existing test comment-to-html-xml-conversion.cpp.  Note
that the original testing approach was not actually testing the class--comment
relationship.  It only checked that we attached the comment *somewhere*.

The rest of subclass-comment.mm should be also moved elsewhere.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188658 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/comment-to-html-xml-conversion.cpp
test/Index/subclass-comment.mm