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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
Differential D52226
[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
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, arphaman, jkorous, MaskRay. · View Herald TranscriptSep 18 2018, 3:30 AM kadircet added a parent revision: D52225: [clang] Implement Override Suggestions in Sema..Sep 18 2018, 3:31 AM This revision is now accepted and ready to land.Oct 1 2018, 5:55 AM Closed by commit rCTE343567: [clangd] Remove override result handling logic from clangd (authored by kadircet). · Explain WhyOct 2 2018, 2:44 AM This revision was automatically updated to reflect the committed changes.
Diff 167901 clangd/CodeComplete.cpp
|