[PATCH] D58189: [clang][Index] Fix usage of IndexImplicitInstantiation

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 13 09:15:20 PST 2019


kadircet created this revision.
Herald added subscribers: cfe-commits, jdoerfert, arphaman.
Herald added a project: clang.

Indexing context was skipping explicit template instantiations as well.
This patch makes sure it only skips implicit ones.


Repository:
  rC Clang

https://reviews.llvm.org/D58189

Files:
  lib/Index/IndexTypeSourceInfo.cpp
  test/Index/Core/index-source.cpp
  test/Index/index-refs.cpp
  unittests/Index/IndexTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58189.186684.patch
Type: text/x-patch
Size: 11688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190213/8da3a390/attachment-0001.bin>


More information about the cfe-commits mailing list