[PATCH] D58721: Added release notes for clangd 8
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 27 08:38:19 PST 2019
ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:76
+
+- clangd has a new LSP extension that allows the client to request code actions
+ to be sent together with diagnostics, instead of asynchronously.
----------------
NIT: s/code actions/fixes
"code actions" sounds a bit too general here
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58721/new/
https://reviews.llvm.org/D58721
More information about the cfe-commits
mailing list