[PATCH] D96245: [clangd] Propagate CodeActions in addition to Fixes for diagnostics
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 4 04:26:10 PST 2021
njames93 added a comment.
One little curveball I'm still kind of hoping we can integrate clang-format into our codeAction workflow, in the hopes of addressing https://github.com/clangd/clangd/issues/429.
While we compute the edits eagerly we don't actually send them until the client request for codeActions so it may be possible to pipe them into clang-format then.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96245/new/
https://reviews.llvm.org/D96245
More information about the cfe-commits
mailing list