diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-09-29 21:27:32 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2009-09-29 21:27:32 +0000 |
commit | 0c411806d540f7158bf12fee5c10f7de2647de76 (patch) | |
tree | 3c6d0e009bc111645cec656694ede88a717f80a7 /lib/Index | |
parent | b11688485a696a31136bb2e63fc8739c945178a3 (diff) |
Pull TypeLocVisitor into its own header file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Index')
-rw-r--r-- | lib/Index/ASTVisitor.h | 2 | ||||
-rw-r--r-- | lib/Index/ResolveLocation.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Index/ASTVisitor.h b/lib/Index/ASTVisitor.h index 4da1888095..e18aa57b4d 100644 --- a/lib/Index/ASTVisitor.h +++ b/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/lib/Index/ResolveLocation.cpp b/lib/Index/ResolveLocation.cpp index 633ed0590e..229669dc33 100644 --- a/lib/Index/ResolveLocation.cpp +++ b/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" |