[PATCH] D29451: Add a prototype for clangd v0.1

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 7 03:02:06 PST 2017


krasimir added inline comments.


================
Comment at: test/clangd/formatting.txt:9
+# CHECK: {"jsonrpc":"2.0","id":0,"result":{"capabilities":{
+# CHECK:          "textDocumentSync": 1,
+# CHECK:          "documentFormattingProvider": true,
----------------
bkramer wrote:
> djasper wrote:
> > How did you come up with this indentation?
> It's hardcoded as a raw string literal in the source. It looks better there ;)
Maybe you could consider clang-format-ing the json output too? :D


Repository:
  rL LLVM

https://reviews.llvm.org/D29451





More information about the cfe-commits mailing list