This is an archive of the discontinued LLVM Phabricator instance.

[Sema] Expose current scope in qualified-id code completion.
AbandonedPublic

Authored by hokein on Jan 15 2018, 8:06 AM.

Details

Reviewers
ilya-biryukov

Diff Detail

Event Timeline

hokein created this revision.Jan 15 2018, 8:06 AM
hokein abandoned this revision.Jan 17 2018, 3:24 AM

This is not needed now, we decide to keep lookup logic in Sema instead of clangd side.