[index] The relation between the declarations in template specializations
authorAlex Lorenz <arphaman@gmail.com>
Mon, 24 Apr 2017 14:04:58 +0000 (14:04 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Mon, 24 Apr 2017 14:04:58 +0000 (14:04 +0000)
commita352ba0cbe0be0ac131b1acfae5b2cfd4e20f7b4
tree923854216ca472d41d1c432801963b2f413d19bb
parent27d152875827ab5ff638da500ab4edd41cd28554
[index] The relation between the declarations in template specializations
that 'override' declarations in the base template should be recorded

This can be used for improved "go to definition" feature in Xcode.

rdar://31604739

Differential Revision: https://reviews.llvm.org/D32020

llvm-svn: 301180
clang/lib/Index/IndexDecl.cpp
clang/lib/Index/IndexingContext.cpp
clang/lib/Index/IndexingContext.h
clang/test/Index/Core/index-source.cpp