[PATCH] D74555: [clangd] Add a flag for setting isIncomplete flag true in all responses
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 14 08:23:35 PST 2020
sammccall added a comment.
The idea is this is an easy option for the user to work-around editors that do client-side filtering badly (everyone lets you add flags).
But as mentioned offline, I don't think we actually have an example of an editor this fixes (I think it fixes neither vscode nor coc.nvim). So in that case we shouldn't land it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74555/new/
https://reviews.llvm.org/D74555
More information about the cfe-commits
mailing list