This is an archive of the discontinued LLVM Phabricator instance.

[CodeComplete] Collect visited contexts when scope specifier is invalid.
ClosedPublic

Authored by ioeric on Feb 20 2019, 6:28 AM.

Details

Summary

This will allow completion consumers to guess the specified scope by
putting together scopes in the context with the specified scope (e.g. when the
specified namespace is not imported yet).

Diff Detail

Repository
rL LLVM

Event Timeline

ioeric created this revision.Feb 20 2019, 6:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 20 2019, 6:28 AM
This revision is now accepted and ready to land.Feb 21 2019, 3:03 AM
ioeric updated this revision to Diff 187756.Feb 21 2019, 3:21 AM
  • Cleanup unit tests (forgot to run... sorry)
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2019, 3:23 AM