summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-09-29 21:27:32 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-09-29 21:27:32 +0000
commit8da9ce63286b3f3aed63a7d6484e4518dd7a7add (patch)
tree3e1768367b197b6044aea8ec9d722ea39bad14a1 /clang/lib/Index
parent4361bc1b43fdf178e2c20036456d7f4b83e17201 (diff)
downloadbcm5719-llvm-8da9ce63286b3f3aed63a7d6484e4518dd7a7add.tar.gz
bcm5719-llvm-8da9ce63286b3f3aed63a7d6484e4518dd7a7add.zip
Pull TypeLocVisitor into its own header file.
llvm-svn: 83112
Diffstat (limited to 'clang/lib/Index')
-rw-r--r--clang/lib/Index/ASTVisitor.h2
-rw-r--r--clang/lib/Index/ResolveLocation.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Index/ASTVisitor.h b/clang/lib/Index/ASTVisitor.h
index 4da18880959..e18aa57b4d1 100644
--- a/clang/lib/Index/ASTVisitor.h
+++ b/clang/lib/Index/ASTVisitor.h
@@ -16,7 +16,7 @@
#include "clang/AST/DeclVisitor.h"
#include "clang/AST/StmtVisitor.h"
-#include "clang/AST/TypeLoc.h"
+#include "clang/AST/TypeLocVisitor.h"
namespace clang {
diff --git a/clang/lib/Index/ResolveLocation.cpp b/clang/lib/Index/ResolveLocation.cpp
index 633ed0590e1..229669dc330 100644
--- a/clang/lib/Index/ResolveLocation.cpp
+++ b/clang/lib/Index/ResolveLocation.cpp
@@ -14,7 +14,7 @@
#include "clang/Index/Utils.h"
#include "clang/Index/ASTLocation.h"
-#include "clang/AST/TypeLoc.h"
+#include "clang/AST/TypeLocVisitor.h"
#include "clang/AST/DeclVisitor.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Lex/Lexer.h"
OpenPOWER on IntegriCloud