From b17dc46c795d5eceeceb1424b96d63739d12a522 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 29 Jul 2009 23:38:21 +0000 Subject: -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 --- lib/Index/Program.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Index/Program.cpp') diff --git a/lib/Index/Program.cpp b/lib/Index/Program.cpp index 73759dc95c..48c85f8472 100644 --- a/lib/Index/Program.cpp +++ b/lib/Index/Program.cpp @@ -13,7 +13,7 @@ #include "clang/Index/Program.h" #include "ProgramImpl.h" -#include "clang/Index/EntityHandler.h" +#include "clang/Index/Handlers.h" #include "clang/Index/TranslationUnit.h" #include "clang/AST/DeclBase.h" #include "clang/AST/ASTContext.h" @@ -22,11 +22,8 @@ using namespace clang; using namespace idx; // Out-of-line to give the virtual tables a home. -EntityHandler::~EntityHandler() { } TranslationUnit::~TranslationUnit() { } -void EntityHandler::HandleEntity(Entity Ent) { } - Program::Program() : Impl(new ProgramImpl()) { } Program::~Program() { -- cgit v1.2.3-18-g5258