]> granicus.if.org Git - clang/commit
-Introduce the idx::Analyzer class used for getting indexing information, like finding
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:40:14 +0000 (23:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:40:14 +0000 (23:40 +0000)
commit7f4656eb6b60a7f3596fb26b9d5aed3731b3109e
treebc9c8fa565a421c6712d27c947e4bb3d3ff297c7
parent40c0e73be6b2508c33f802368080f6b369dc67bc
-Introduce the idx::Analyzer class used for getting indexing information, like finding
references of a declaration across translation units.

-Modify the index-test tool to use it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77536 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/Analyzer.h [new file with mode: 0644]
lib/Index/Analyzer.cpp [new file with mode: 0644]
tools/index-test/index-test.cpp