Add initial boilerplate for CIndex, a shared library that will vend high-level
source symbol information (harvested by Clang) through a C API. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80166 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang-c/Index.h 33 additions, 0 deletionsinclude/clang-c/Index.h
- tools/CIndex/CIndex.cpp 17 additions, 0 deletionstools/CIndex/CIndex.cpp
- tools/CIndex/CIndex.exports 1 addition, 0 deletionstools/CIndex/CIndex.exports
- tools/CIndex/Makefile 54 additions, 0 deletionstools/CIndex/Makefile
- tools/Makefile 1 addition, 1 deletiontools/Makefile
include/clang-c/Index.h
0 → 100644
tools/CIndex/CIndex.cpp
0 → 100644
tools/CIndex/CIndex.exports
0 → 100644
tools/CIndex/Makefile
0 → 100644
Please register or sign in to comment