[PATCH] D135508: [clangd] Heuristic to avoid desync if editors are confused about newline-at-eof
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 7 21:43:53 PDT 2022
sammccall added a comment.
Sorry to dump more patches on you, but I want your opinion on whether we should carry such a hack.
My initial inclination is no, but the class of bug is not very hard to understand, could plausibly come up in other clients, and the fix is fairly simple.
I'd like to get this bug fixed in neovim. However it's survived two attempts by me to debug it and an attempt by the maintainer to fix it!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135508/new/
https://reviews.llvm.org/D135508
More information about the cfe-commits
mailing list