This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE327550: [clangd] Use Contents from inputs in codeComplete
and signatureHelp (authored by simark, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44484?vs=138417&id=138424#toc
Repos
simark created this revision.
Herald added subscribers: cfe-commits, ioeric, jkorous-apple, ilya-biryukov,
klimek.
ClangdServer::{codeComplete,signatureHelp} both use the Contents from
the draft manager. Since we want to move the draft manager from
ClangdServer to ClangdLSPServer, this patch cha