This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Support UnresolvedUsingTypeLoc AST node in FindTarget.
ClosedPublic

Authored by hokein on May 16 2022, 6:03 AM.

Details

Summary

to make features like hover, go-to-def work when the cursor is on the
UnresolvedUsingTypeLoc.

Diff Detail

Event Timeline

hokein created this revision.May 16 2022, 6:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2022, 6:03 AM
hokein requested review of this revision.May 16 2022, 6:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2022, 6:03 AM
kadircet accepted this revision.May 18 2022, 3:54 AM

thanks!

This revision is now accepted and ready to land.May 18 2022, 3:54 AM
kadircet added inline comments.May 18 2022, 3:55 AM
clang-tools-extra/clangd/FindTarget.cpp
384

nit: formatting around *

This revision was landed with ongoing or failed builds.May 20 2022, 5:54 AM
This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.