[PATCH] D42919: [clangd] Support simpler JSON-RPC stream parsing for lit tests.
Eric Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 6 01:42:02 PST 2018
ioeric accepted this revision.
ioeric added a comment.
This revision is now accepted and ready to land.
LGTM
Have we kept a lit test that uses content-length? It's unclear from the patch.
================
Comment at: clangd/tool/ClangdMain.cpp:89
+static llvm::cl::opt<bool> Test(
+ "test",
+ llvm::cl::desc(
----------------
To be more specific, maybe `--lit-test-mode`?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D42919
More information about the cfe-commits
mailing list