[index] Remove redundancy between symbol kind and language
Condense the ObjCKIND and CXXKIND options into just KIND, since the language was already specified on a per-symbol basis and this information was redundant. This only changes the internal representation; naturally the libclang interface remains the same. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264423 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Index/IndexSymbol.h 16 additions, 21 deletionsinclude/clang/Index/IndexSymbol.h
- lib/Index/IndexSymbol.cpp 44 additions, 45 deletionslib/Index/IndexSymbol.cpp
- test/Index/Core/index-source.cpp 1 addition, 1 deletiontest/Index/Core/index-source.cpp
- test/Index/Core/index-source.m 12 additions, 12 deletionstest/Index/Core/index-source.m
- tools/libclang/CXIndexDataConsumer.cpp 34 additions, 24 deletionstools/libclang/CXIndexDataConsumer.cpp
Loading
Please register or sign in to comment