llvm-project/clang/tools
Dmitri Gribenko a43ec186a4 Attaching comments to declarations: find comment attached to any redeclaration
Not only look for the comment near the declaration itself, but also walk the
redeclaration chain: the previous declaration might have had a documentation
comment.

llvm-svn: 161722
2012-08-11 00:51:43 +00:00
..
arcmt-test [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. 2012-08-09 17:17:01 +00:00
c-arcmt-test c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang.dll. 2012-08-10 06:10:58 +00:00
c-index-test Fix a couple of pedantic gcc warnings. 2012-08-10 10:06:13 +00:00
clang-check [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. 2012-08-09 17:17:01 +00:00
diag-build Add new tool 'diag-build' for showing enabled warnings in a project. 2012-06-18 21:31:37 +00:00
diagtool [ms-inline asm] Add various MC components to clang build to support MS-style inline assembly. 2012-08-09 17:17:01 +00:00
driver CMake: clang should depend on clang-headers, or bin/clang would not work better. 2012-07-20 16:40:09 +00:00
libclang Attaching comments to declarations: find comment attached to any redeclaration 2012-08-11 00:51:43 +00:00
scan-build Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min 2012-08-07 19:27:08 +00:00
scan-view Fix call to send_error() in scan-view. An int error code is expected but a string was being sent. Patch by Andrew Price! 2011-02-21 19:26:48 +00:00
CMakeLists.txt Initial support for recursing into the new clang-tools-extra repository 2012-08-07 08:37:42 +00:00
Makefile Temporarily revert r161612 while we figure out just what the semantics 2012-08-09 21:02:52 +00:00