]> granicus.if.org Git - clang/commit
[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)
commit62caeb12d2fb736df5352a72d46690be6657661f
tree10bd0be1a060279f63442df23a6fd3202e12df5d
parent63e7bd2743c7c574a4b3f5fe64cafd47387a2b26
[index] Factor libclang's functionality to determing the mangled name of symbols into the clangIndex library.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260858 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Mangle.h
include/clang/Index/CodegenNameGenerator.h [new file with mode: 0644]
include/clang/Index/IndexDataConsumer.h
lib/AST/Mangle.cpp
lib/Index/CMakeLists.txt
lib/Index/CodegenNameGenerator.cpp [new file with mode: 0644]
lib/Index/IndexingAction.cpp
test/Index/Core/index-source.m
tools/c-index-test/core_main.cpp
tools/libclang/CIndex.cpp