template <typename T> struct B {}; template <typename T> struct D : B<T> {}; // `B` was not reported as a reference
This patch fixes this.
Paths
| Differential D52331
[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
Event TimelineThis revision is now accepted and ready to land.Sep 23 2018, 1:00 AM Closed by commit rL342831: [Index] Report specialization bases as references when… (authored by MaskRay). · Explain WhySep 23 2018, 1:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 166383 lib/Index/IndexTypeSourceInfo.cpp
test/Index/index-template-specialization.cpp
|