This revision was automatically updated to reflect the committed changes.
Closed by commit rL369100: [clangd] Simplify code of ClangdLSPServer::onCommand
(authored by ibiryukov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https
hokein accepted this revision.
hokein added a comment.
This revision is now accepted and ready to land.
thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66343/new/
https://reviews.llvm.org/D66343
ilya-biryukov created this revision.
ilya-biryukov added a reviewer: hokein.
Herald added subscribers: kadircet, arphaman, jkorous, MaskRay.
Herald added a project: clang.
By inlining a complicated lambda into its single call-site.
Also ensure we call Reply() exactly once even if tweaks return bo