]> granicus.if.org Git - clang/commit
-Make IndexProvider an abstract interface for getting indexing information.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:38:21 +0000 (23:38 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 29 Jul 2009 23:38:21 +0000 (23:38 +0000)
commitb17dc46c795d5eceeceb1424b96d63739d12a522
treed41ccd8f87a22fa6ff2efea2375c96c088b1a640
parent8e9e9ef5348bce1a8f0741a5684fac3de9701c28
-Make IndexProvider an abstract interface for getting indexing information.
-Introduce Indexer as an IndexProvider implementation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77524 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/Handlers.h [moved from include/clang/Index/EntityHandler.h with 56% similarity]
include/clang/Index/IndexProvider.h
include/clang/Index/Indexer.h [new file with mode: 0644]
lib/Index/Handlers.cpp [new file with mode: 0644]
lib/Index/IndexProvider.cpp
lib/Index/Indexer.cpp [new file with mode: 0644]
lib/Index/Program.cpp
tools/index-test/index-test.cpp