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/ResolveLocation.cpp | |
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/ResolveLocation.cpp')
-rw-r--r-- | lib/Index/ResolveLocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |