This is an archive of the discontinued LLVM Phabricator instance.

[clangd] FindTarget resolves base specifier
ClosedPublic

Authored by njames93 on Jan 25 2021, 3:12 AM.

Details

Summary

FindTarget on the virtual keyword or access specifier of a base specifier will now resolve to type of the base specifier.

Diff Detail

Event Timeline

njames93 created this revision.Jan 25 2021, 3:12 AM
njames93 requested review of this revision.Jan 25 2021, 3:12 AM
njames93 updated this revision to Diff 318968.Jan 25 2021, 4:57 AM

Remove unintended formatting change.

sammccall accepted this revision.Jan 25 2021, 5:08 AM
This revision is now accepted and ready to land.Jan 25 2021, 5:08 AM
This revision was automatically updated to reflect the committed changes.