| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This is consistent and tests the primary configuration we want to test, libclang
creating and consuming PCH files.
llvm-svn: 244066
|
|
|
|
| |
llvm-svn: 204944
|
|
|
|
|
|
| |
Previously we would only attach comments to the typedef.
llvm-svn: 204942
|
|
|
|
| |
llvm-svn: 204938
|
|
|
|
|
|
|
|
|
| |
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-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
|