[clang-tools-extra] [clangd] Store full decl/def range with symbol locations (PR #118102)
kadir çetinkaya via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 19 00:46:59 PST 2025
kadircet wrote:
> Could you say more about this? What happened to ClangdModules?
Sorry, apparently I even forgot its proper name, i meant `clangd::FeatureModule`. Nothing bad happened, we built this infra but didn't get a chance to polish and use it afterwards.
We wanted to migrate any non-core components into this bit slowly (clang-tidy, include-cleaner, even LSP features themselves) to both make clangd features more plug&play but also ensure less maintenance burden in the core infra.
https://github.com/llvm/llvm-project/pull/118102
More information about the cfe-commits
mailing list