]> granicus.if.org Git - clang/commit
[index] When indexing system headers make sure to report important reference relations
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 23 Mar 2017 16:34:47 +0000 (16:34 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 23 Mar 2017 16:34:47 +0000 (16:34 +0000)
commit53160ec41938642e39d3aeef3392c68a52d516c0
tree1f526564dd8ef8fde4c32690f3c23697dcf09eb1
parentdc408464136bcd47b1cca596e6c4513bd5153e38
[index] When indexing system headers make sure to report important reference relations

Even if we exclude plain reference occurrences, we should include relation-based references, like the 'base' one.

rdar://31010737

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298622 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Index/IndexSymbol.h
lib/Index/IndexSymbol.cpp
lib/Index/IndexingContext.cpp
test/Index/Core/Inputs/sys/system-head.h [new file with mode: 0644]
test/Index/Core/index-system.mm [new file with mode: 0644]