Move the 'ResolveLocationInAST' function from the Frontend library to the Index library.
commit98eec710d45954ac3c74ed8cedd85fd0dac4a0db
authorArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:35:02 +0000 (6 21:35 +0000)
committerArgiris Kirtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:35:02 +0000 (6 21:35 +0000)
tree6957e11614b5c66ed86cbfd99df8115133fa95ae
parent75abd9c49cd26ed18bc99eafa34e3e733f92f3ca
Move the 'ResolveLocationInAST' function from the Frontend library to the Index library.

Also, cut down its comments; more comments will be added to ASTLocation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74860 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/Utils.h
include/clang/Index/Utils.h [new file with mode: 0644]
lib/Index/ResolveLocation.cpp [moved from lib/Frontend/ResolveLocation.cpp with 98% similarity]
tools/index-test/index-test.cpp