This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Handle type template parameters in findExplicitReferences
ClosedPublic

Authored by ilya-biryukov on Sep 26 2019, 11:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

ilya-biryukov created this revision.Sep 26 2019, 11:31 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2019, 11:31 PM
kadircet accepted this revision.EditedSep 27 2019, 12:55 AM

LGTM. can you also add some tests for template template and non-type template params ?

This revision is now accepted and ready to land.Sep 27 2019, 12:55 AM

LGTM. can you also add some tests for template template and non-type template params ?

Will do, was about to look into this.
I would expect template template arguments to be broken, I'll send a separate patch to fix them if that's the case.

  • Add tests for non-type template paremeters
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2019, 4:00 AM