summaryrefslogtreecommitdiffstats
path: root/clang/tools
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-06 21:35:02 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-07-06 21:35:02 +0000
commitf24249554b3dc5d2cac5e34d61586aaec773eeec (patch)
treef13ae79672dbd7767d20c3a1ba7b325deef6d389 /clang/tools
parent63afa49add07b89829b83291b914a280d41debbd (diff)
downloadbcm5719-llvm-f24249554b3dc5d2cac5e34d61586aaec773eeec.tar.gz
bcm5719-llvm-f24249554b3dc5d2cac5e34d61586aaec773eeec.zip
Move the 'ResolveLocationInAST' function from the Frontend library to the Index library.
Also, cut down its comments; more comments will be added to ASTLocation. llvm-svn: 74860
Diffstat (limited to 'clang/tools')
-rw-r--r--clang/tools/index-test/index-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/tools/index-test/index-test.cpp b/clang/tools/index-test/index-test.cpp
index dd1ced45cef..37ecbd928f3 100644
--- a/clang/tools/index-test/index-test.cpp
+++ b/clang/tools/index-test/index-test.cpp
@@ -38,8 +38,8 @@
#include "clang/Index/TranslationUnit.h"
#include "clang/Index/ASTLocation.h"
#include "clang/Index/DeclReferenceMap.h"
+#include "clang/Index/Utils.h"
#include "clang/Frontend/ASTUnit.h"
-#include "clang/Frontend/Utils.h"
#include "clang/Frontend/CommandLineSourceLoc.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
OpenPOWER on IntegriCloud