Exposes a C API to name mangling for a given cursor.
Inspired by https://gist.github.com/tritao/2766291, and was previously discussed on cfe-dev: http://lists.cs.uiuc.edu/pipermail/cfe-dev/2014-June/037577.html Adding testing capability via c-index-test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214410 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang-c/Index.h 14 additions, 0 deletionsinclude/clang-c/Index.h
- test/Index/print-mangled-name.cpp 23 additions, 0 deletionstest/Index/print-mangled-name.cpp
- tools/c-index-test/c-index-test.c 15 additions, 0 deletionstools/c-index-test/c-index-test.c
- tools/libclang/CIndex.cpp 26 additions, 0 deletionstools/libclang/CIndex.cpp
- tools/libclang/libclang.exports 1 addition, 0 deletionstools/libclang/libclang.exports
Loading
Please register or sign in to comment