-
- Downloads
Merging r293134:
------------------------------------------------------------------------ r293134 | akirtzidis | 2017-01-25 18:11:50 -0800 (Wed, 25 Jan 2017) | 4 lines [index] When indexing an ObjC method declaration use its base name for the location. Instead of using the location of the beginning '-'/'+'. This is consistent with location used for function decls and ObjC method calls where we use the base name as the location as well. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@293303 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Index/IndexDecl.cpp 7 additions, 1 deletionlib/Index/IndexDecl.cpp
- test/Index/Core/index-source.m 6 additions, 6 deletionstest/Index/Core/index-source.m
- test/Index/Core/index-subkinds.m 6 additions, 6 deletionstest/Index/Core/index-subkinds.m
- test/Index/index-decls.m 2 additions, 2 deletionstest/Index/index-decls.m
- test/Index/index-module.m 1 addition, 1 deletiontest/Index/index-module.m
- tools/libclang/CXIndexDataConsumer.cpp 4 additions, 3 deletionstools/libclang/CXIndexDataConsumer.cpp
- tools/libclang/CXIndexDataConsumer.h 1 addition, 1 deletiontools/libclang/CXIndexDataConsumer.h
Loading
Please register or sign in to comment