This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Remove override result handling logic from clangd
ClosedPublic

Authored by kadircet on Sep 18 2018, 3:30 AM.

Details

Summary

Since we plan to move handling of override suggestions to Sema with
D52225 this patch just makes sure clangd-side has no logic related to that
anymore and updates tests.

Diff Detail

Event Timeline

kadircet created this revision.Sep 18 2018, 3:30 AM
kadircet updated this revision to Diff 167075.Sep 26 2018, 1:20 AM
  • Remove test, since it has been moved into Sema.
This revision is now accepted and ready to land.Oct 1 2018, 5:55 AM
This revision was automatically updated to reflect the committed changes.