This is a first step in documenting different configuration knobs we
have in clangd.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 37296 Build 37295: arc lint + arc unit
Event Timeline
clang-tools-extra/docs/clangd/Configuration.rst | ||
---|---|---|
11 | LSP capabilities generally aren't user-servicable and probably shouldn't be covered here. | |
13 | Maybe mention that clangd command-line options should be specified in an editor-specific way, and point back to the getting started page for details | |
24 | Skip the rationale here IMO - just "Specify your driver as a full path or list of globs,..." | |
33 | this example is insecure - include the whole prefix instead | |
37 | (I think we can drop this sentence, it seems obvious) | |
42 | I'd point them at clangd --help rather than the code. |
LSP capabilities generally aren't user-servicable and probably shouldn't be covered here.