This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix the incomplete template specialization in findTarget.
ClosedPublic

Authored by hokein on Feb 20 2020, 6:43 AM.

Details

Summary

FindTarget doesn't report the TemplatePattern for incomplete
specialization.

Diff Detail

Event Timeline

hokein created this revision.Feb 20 2020, 6:43 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2020, 6:43 AM
hokein updated this revision to Diff 245645.Feb 20 2020, 6:45 AM

Fix an accident change.

sammccall accepted this revision.Feb 20 2020, 7:16 AM
This revision is now accepted and ready to land.Feb 20 2020, 7:16 AM
hokein updated this revision to Diff 245800.Feb 21 2020, 12:46 AM

Fxi the tests.

This revision was automatically updated to reflect the committed changes.