]> granicus.if.org Git - clang/commit
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:34:47 +0000 (21:34 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 6 Jul 2009 21:34:47 +0000 (21:34 +0000)
commitccbcb70ee96cb67ed6c8b4142d050f3a6764edd7
treed4803b36db97d778f1fedd25c0e1f0e55f8f660d
parent874012b1fb80dff2ec227c726a0c63d55e3db63f
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74859 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/Utils.h
include/clang/Index/ASTLocation.h [moved from include/clang/AST/ASTLocation.h with 93% similarity]
include/clang/Index/DeclReferenceMap.h [moved from include/clang/AST/DeclReferenceMap.h with 92% similarity]
lib/Frontend/ResolveLocation.cpp
lib/Index/ASTLocation.cpp [moved from lib/AST/ASTLocation.cpp with 95% similarity]
lib/Index/DeclReferenceMap.cpp [moved from lib/AST/DeclReferenceMap.cpp with 95% similarity]
tools/index-test/index-test.cpp