[PATCH] D75985: clangd doc: Show a test case for clangd with some commands

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 11 09:04:44 PDT 2020


sammccall added a comment.

Thanks Sylvestre!

We're actually in the process of moving docs to a new site (preview: https://clangd.github.io - once set up it will be at clangd.llvm.org).

Who do you think is the audience/purpose for this doc? End-users don't need to understand this to use clangd (hopefully!).
On the other hand, they are developers, and "roughly how does this work" is a pretty good question.

Maybe we can include an incomplete snippet (e.g. abbreviated open, completion, response) on the front page or on /design/?
Some of the details (`-lit-test` flag, `test` uri scheme) should probably be changed unless the purpose really is to explain the lit-testtest setup specifically.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75985/new/

https://reviews.llvm.org/D75985





More information about the cfe-commits mailing list