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

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 13 06:01:12 PDT 2017


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
  lib/Index/IndexSymbol.cpp
  lib/Index/IndexTypeSourceInfo.cpp
  lib/Index/IndexingContext.cpp
  lib/Index/IndexingContext.h
  test/Index/Core/index-source.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32010.95112.patch
Type: text/x-patch
Size: 5761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170413/1d9ac907/attachment.bin>


More information about the cfe-commits mailing list