Introduce clang_getSpellingLocation() into libclang, to provide the
location where we're spelling a token even within a macro. clang_getInstantiationLocation() tells where we instantiated the macro. I'm still not thrilled with the CXSourceLocation/CXSourceRange APIs, since they gloss over macro-instantiation information. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118492 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang-c/Index.h 33 additions, 2 deletionsinclude/clang-c/Index.h
- test/Index/code-complete-errors.c 8 additions, 1 deletiontest/Index/code-complete-errors.c
- tools/c-index-test/c-index-test.c 22 additions, 22 deletionstools/c-index-test/c-index-test.c
- tools/libclang/CIndex.cpp 38 additions, 1 deletiontools/libclang/CIndex.cpp
- tools/libclang/CIndexDiagnostic.cpp 7 additions, 7 deletionstools/libclang/CIndexDiagnostic.cpp
- tools/libclang/libclang.darwin.exports 1 addition, 0 deletionstools/libclang/libclang.darwin.exports
- tools/libclang/libclang.exports 1 addition, 0 deletionstools/libclang/libclang.exports
Loading
Please register or sign in to comment