[PATCH] D41575: [index] Return when DC is null in handleReference

Argyrios Kyrtzidis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 8 10:05:00 PST 2018


akyrtzi added a comment.

Could you add a test case for this change ? See examples in `test/Index/Core`.
Also for the test case code: `template <template <typename> class Actor = actor>`, is the `actor` reference in this code reported ?
See the test examples on how to print out and test how the source symbols are indexed.


Repository:
  rC Clang

https://reviews.llvm.org/D41575





More information about the cfe-commits mailing list