Make use of the Index library through the index-test tool.
commit9975cb4cb8e2ed9880e8d3a3fdffb242c1084cbd
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 5 Jul 2009 22:22:35 +0000 (5 22:22 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Sun, 5 Jul 2009 22:22:35 +0000 (5 22:22 +0000)
tree5b45f3cdaa38d6acd0f9126dad62fa1479af7eaa
parente58db189f39804e2f774563439d34cfa822e823a
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