[index] Factor libclang's functionality to determing the mangled name of symbols...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 14 Feb 2016 22:30:14 +0000 (22:30 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sun, 14 Feb 2016 22:30:14 +0000 (22:30 +0000)
commitca741cef3e41a09943709ca052791048301cdd60
tree81f515ea7ce03d0597edf450bf5895f6817c75da
parent652f7808943530774846dea60516bfa16ba0bc73
[index] Factor libclang's functionality to determing the mangled name of symbols into the clangIndex library.

llvm-svn: 260858
clang/include/clang/AST/Mangle.h
clang/include/clang/Index/CodegenNameGenerator.h [new file with mode: 0644]
clang/include/clang/Index/IndexDataConsumer.h
clang/lib/AST/Mangle.cpp
clang/lib/Index/CMakeLists.txt
clang/lib/Index/CodegenNameGenerator.cpp [new file with mode: 0644]
clang/lib/Index/IndexingAction.cpp
clang/test/Index/Core/index-source.m
clang/tools/c-index-test/core_main.cpp
clang/tools/libclang/CIndex.cpp