This is an archive of the discontinued LLVM Phabricator instance.

[index] "SpecializationOf" relation should be added even to forward declarations of class template specializations
ClosedPublic

Authored by arphaman on Jun 21 2017, 9:39 AM.

Details

Summary

This patch fixes an issue where a forward declaration of a class template specialization was not related to the base template. We need to relate even forward declarations because specializations don't have to be defined.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman created this revision.Jun 21 2017, 9:39 AM
benlangmuir accepted this revision.Jun 21 2017, 10:20 AM
This revision is now accepted and ready to land.Jun 21 2017, 10:20 AM
This revision was automatically updated to reflect the committed changes.