This is an archive of the discontinued LLVM Phabricator instance.

[Index] Report specialization bases as references when IndexImplicitInstantiation is true
ClosedPublic

Authored by MaskRay on Sep 20 2018, 4:52 PM.

Details

Summary
template <typename T> struct B {};
template <typename T> struct D : B<T> {}; // `B` was not reported as a reference

This patch fixes this.

Diff Detail

Repository
rL LLVM

Event Timeline

MaskRay created this revision.Sep 20 2018, 4:52 PM
devnexen accepted this revision.Sep 23 2018, 1:00 AM

LGTM to me

This revision is now accepted and ready to land.Sep 23 2018, 1:00 AM
This revision was automatically updated to reflect the committed changes.