-
Clangd expands [response files](https://llvm.org/docs/CommandLine.html#response-files) referenced in the compile command coming from `compile_commands.json`. (Note, this was regressed in clangd 17 (ht…
-
## Use case
I'd like to use clangd (via LSP/emacs) to edit the linux GTK applications and plugins, it greatly aids development.
Because `cmake` is run by the `flutter` tool, you can't invoke `cm…
-
Having used another tool previously I find one thing lacking in clangd, although clangd is better in other areas.
That is that "Find references" of a variable shows if it is a read or write access to…
-
LunarVim can't find a package named "clangd". This is what I get upon running `lvim test.c`:
```
Installation in progress for [clangd]
Error detected while processing BufReadPost Autocommands for "…
-
i test these configs , and all not work :
1 . set "clangd.path" to "wsl clangd" ,
2. set "clangd.path "\\wsl$\Debian\usr\local\bin\calngd" ,
3. or "d:/tool/wsl_clangd.bat" (just "wsl clangd")
…
-
### Feature Request
It is possible in eclipse to invoke call hierarchy on structure member thus producing following call tree where this member is used:
With vscode however it is not possible …
-
When I open `libtransmission/utils.h` in an editor, I see that the deleted methods in `tr_net_init_mgr` generate these warnings:
```
W tr_net_init_mgr(tr_net_init_mgr&&) = delete; /* W: delete…
-
Note: "Bug" is probably the wrong term for this, "question" is likely better but I couldn't find a better place to ask.
## My situation
I work on a very large c++ monorepo where generating `compil…
-
Hello,
Since the extension can automatically download and set its own `clangd` executable, the `clangd.path` setting ends up a very machine-specific path.
For users - like myself - using settin…
-
I build a recent clang 18.1.0rc boundle, and it have broke my neovim editing pipeline - clangd crashes on startup on c++ modules based project. On old plain source/header pipeline everything works fin…