summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-comments-objc.m
Commit message (Collapse)AuthorAgeFilesLines
* Comment parsing: use different comment styles in different test casesDmitri Gribenko2014-03-271-2/+2
| | | | llvm-svn: 204944
* Comment parsing: attach comments to enums declared using the NS_ENUM macroDmitri Gribenko2014-03-271-0/+30
| | | | | | Previously we would only attach comments to the typedef. llvm-svn: 204942
* Add a module cache path to the test that uses -fmodulesDmitri Gribenko2014-03-271-1/+2
| | | | llvm-svn: 204938
* Comment parsing: when comment ranges are deserialized from multiple modules,Dmitri Gribenko2014-03-271-12/+27
| | | | | | | | | correctly order comments in SourceManager::isBeforeInTranslationUnit() order Unfortunately, this is not as simple as it was implemented previously, and actually requires doing a merge sort. llvm-svn: 204936
* Comment parsing tests: move tests where they belongDmitri Gribenko2013-08-191-0/+78
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. llvm-svn: 188657
OpenPOWER on IntegriCloud