Ross ROSS = Recommend OSS · open-source software intelligence for agents

clangd/clangd

clangd language server observed · 2026-08-28

github.com/clangd/clangd · homepage · Shell · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
clangd/clangdmain87

For agents

markdown · JSON · MCP: product_card(name="clangd/clangd")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem