[PATCH] D66211: [clangd][vscode] Surface the error when applying tweaks fails
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 14 05:25:46 PDT 2019
ilya-biryukov added a comment.
Surfacing errors to the users in those cases is definitely something we need to do, thanks!
How do they look in practice? In particular, should we add more context information (either in clangd or in the VSCode extension) to those errors, now that we know they are shown to the users?
Something like `Failed to apply a fix: input range is invalid` vs `input range is invalid`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66211/new/
https://reviews.llvm.org/D66211
More information about the cfe-commits
mailing list