[PATCH] D32010: [indexer] Record class template specializations using a new 'SpecializationOf' relationship

2017-04-20 Thread Alex Lorenz via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL300832: [index] Record class template specializations using a new 'SpecializationOf' (authored by arphaman). Changed prior to commit: https://reviews.llvm.org/D32010?vs=95112&id=95927#toc Repository:

[PATCH] D32010: [indexer] Record class template specializations using a new 'SpecializationOf' relationship

2017-04-14 Thread Ben Langmuir via Phabricator via cfe-commits
benlangmuir accepted this revision. benlangmuir added a comment. This revision is now accepted and ready to land. LGTM Repository: rL LLVM https://reviews.llvm.org/D32010 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.o

[PATCH] D32010: [indexer] Record class template specializations using a new 'SpecializationOf' relationship

2017-04-13 Thread Alex Lorenz via Phabricator via cfe-commits
arphaman created this revision. This patch extends the set of relationships that are recorded by the indexer by adding support for the 'SpecializationOf' relationship. Repository: rL LLVM https://reviews.llvm.org/D32010 Files: include/clang/Index/IndexSymbol.h lib/Index/IndexDecl.cpp