[PATCH] D32972: [index] Index simple dependent declaration references

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 8 10:20:53 PDT 2017


arphaman created this revision.

This patch implements basic support for indexing of dependent declaration references. Now the indexer tries to find a suitable match in the base template for a dependent member ref/decl ref/dependent type.

This will be used to improve the "go-to-definition" / "find usages" features in Xcode.


Repository:
  rL LLVM

https://reviews.llvm.org/D32972

Files:
  include/clang/AST/CXXInheritance.h
  include/clang/AST/DeclCXX.h
  lib/AST/CXXInheritance.cpp
  lib/Index/IndexBody.cpp
  lib/Index/IndexTypeSourceInfo.cpp
  test/Index/Core/index-dependent-source.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32972.98184.patch
Type: text/x-patch
Size: 17996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170508/6be5071f/attachment-0001.bin>


More information about the cfe-commits mailing list