clangd: add page (#9419)

* clangd: add page

* Update clangd.md

* Added suggestions

* Update clangd.md
pull/1/head
Sid 2022-11-29 10:28:56 +05:30 committed by GitHub
parent f25beb7f02
commit 49a4608a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
pages/common/clangd.md Normal file
View File

@ -0,0 +1,17 @@
# clangd
> Language server that provides IDE-like features to editors.
> It should be used via an editor plugin rather than invoked directly.
> More information: <https://clangd.llvm.org/>.
- Display available options:
`clangd --help`
- List of available options:
`clangd --help-list`
- Display version:
`clangd --version`