[PATCH] D58814: [clang][Index] Constructors and Destructors do not reference class
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 1 02:20:31 PST 2019
kadircet created this revision.
kadircet added reviewers: akyrtzi, gribozavr.
Herald added subscribers: cfe-commits, arphaman.
Herald added a project: clang.
In current indexing logic we get references to class itself when we see
a constructor/destructor which is not true. Eventough spelling is same with
class' name it does not refer to it. This patch deletes those calls.
Repository:
rC Clang
https://reviews.llvm.org/D58814
Files:
lib/Index/IndexDecl.cpp
test/Index/Core/index-source.cpp
unittests/Index/IndexTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58814.188868.patch
Type: text/x-patch
Size: 5202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190301/ba14333f/attachment.bin>
More information about the cfe-commits
mailing list