clangd/clangd
clangd language server observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 92
- Release rhythm 74
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 88
- age_days: 2788
- days_rel: 97
- days_push: 52
- n_releases_24m: 8
Adoption not part of the score
2270 stars · 96 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
clangd is a language server that provides C/C++ IDE features such as code completion, diagnostics, go-to-definition, and refactoring to any editor via the Language Server Protocol. It is built on the Clang compiler and is part of the LLVM project.
Use cases
- get code completion for C++ in my editor
- show compile errors as I type in C++
- jump to definition and find references in a C++ codebase
- run clang-tidy checks inside my editor
- rename symbols across a C++ project
- add IDE features to vim or neovim for C++
- automatically insert missing includes and namespaces
- format and refactor C++ code from the editor
When to choose
- you write C or C++ and want rich IDE features in any LSP-capable editor
- you want compiler-accurate diagnostics and clang-tidy integration while editing
- you need fast, indexed cross-references and navigation in large C++ codebases
When to avoid
- you work primarily in languages other than C/C++
- your editor has no LSP client support
- you need a full standalone IDE rather than editor integration
Facets
service · maturity stable
editor developer-tools parser linter formatter developer-tools programming-languages text-editors windows cross-platform editor-plugin language-server lsp c-plus-plus clang llvm code-completion ide-features static-analysis clang-tidy linux macos
5 sources
- readme: https://github.com/clangd/clangd · fetched 2026-08-28 · d05d79ca3676
- homepage: https://clangd.llvm.org · fetched 2026-08-29 · 1d9dc19ee88b
- site_page: https://clangd.llvm.org/installation · fetched 2026-08-29 · 7d83bb331610
- site_page: https://clangd.llvm.org/features · fetched 2026-08-29 · d6df42f214a3
- site_page: https://clangd.llvm.org/faq · fetched 2026-08-29 · c95e619beab5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| clangd/clangd | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem