]> granicus.if.org Git - clang/commit
Make use of the Index library through the index-test tool.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 5 Jul 2009 22:22:35 +0000 (22:22 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 5 Jul 2009 22:22:35 +0000 (22:22 +0000)
commit7b332d9ada3e2806a4d765000527f739f167791f
tree5b45f3cdaa38d6acd0f9126dad62fa1479af7eaa
parent9eec4ed6ca0dcf098580da9146b97e0841556d12
Make use of the Index library through the index-test tool.

'index-test' is now able to provide additional info for a Decl, through multiple AST files:
-Find declarations
-Find definitions
-Find references

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74803 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/Index/_init.c [new file with mode: 0644]
test/Index/find-decls.c [new file with mode: 0644]
test/Index/find-defs.c [new file with mode: 0644]
test/Index/find-refs.c [new file with mode: 0644]
test/Index/foo.h [new file with mode: 0644]
test/Index/t1.c [new file with mode: 0644]
test/Index/t2.c [new file with mode: 0644]
test/TestRunner.sh
tools/index-test/CMakeLists.txt
tools/index-test/Makefile
tools/index-test/index-test.cpp
utils/test/TestRunner.py