This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Populate ranges and symbol origin for paramname completions
ClosedPublic

Authored by kadircet on Oct 28 2022, 7:31 AM.

Diff Detail

Event Timeline

kadircet created this revision.Oct 28 2022, 7:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 7:31 AM
Herald added a subscriber: arphaman. · View Herald Transcript
kadircet requested review of this revision.Oct 28 2022, 7:31 AM
hokein accepted this revision.Oct 31 2022, 2:33 AM
hokein added inline comments.
clang-tools-extra/clangd/CodeComplete.cpp
2019

nit: I think a comment // skip /* is clearer.

This revision is now accepted and ready to land.Oct 31 2022, 2:33 AM
This revision was automatically updated to reflect the committed changes.
kadircet marked an inline comment as done.