]> granicus.if.org Git - clang/commit
Move the 'ResolveLocationInAST' function from the Frontend library to the Index library.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:35:02 +0000 (21:35 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:35:02 +0000 (21:35 +0000)
commit818e15b89facfe0b62c8c22c18fde383a17455eb
tree6957e11614b5c66ed86cbfd99df8115133fa95ae
parentccbcb70ee96cb67ed6c8b4142d050f3a6764edd7
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