-
One of the most common user questions is "how do I get clangd to resolve my standard library headers". I would like to suggest that clangd do more to help users specify the configuration options neces…
-
`Apple clangd version 13.0.0 (clang-1300.0.29.30)`
-
https://github.com/neoclide/coc.nvim/issues/3547#issuecomment-1005580110
As I mentioned in above issue, then I make some tests. I found that, if `NSString` come out as the first one in a block, th…
-
So this is similar to #197 since I've encountered the same issue in a different setting.
I'm doing a CMake superbuild of all of KDE. For those who aren't familiar with CMake superbuilds. A CMake su…
-
Hi,
I tried to use clangd with my avr project using the avr-g++ compiler. The compile_command.json generated by cmake looks like this:
```json
"directory": "/home/leon/Dokumente/Projects/cmake…
-
Right now it just says no references found:
It should also support the documentHighlight feature to show all visible references automatically when positioned on it.
(Vaguely related to #1921. …
-
### Version confirmation
- [X] Confirm
### Following prerequisites
- [X] Confirm
### Neovim version
NVIM v0.10.0-dev-546+g3bf887f6e0
### Operating system/version
Arch
### Terminal name/version…
-
It would be nice if some of {C++20 modules, clang header modules} worked in clangd.
Essentially no configurations of this work today: occasionally things may happen to work but there are many repor…
-
For context, my project has this structure:
```
src/
|- foo.cpp # in compile_commands.json.
\- bar.cpp # in compile_commands.json.
test/
|- foo.cpp # in compile_comman…
-
The `ino` file:
```cpp
void setup() {
digitalWrite(10, 20);
digitalPinToPort(10);
digitalPinToPort(30);
}
void loop() {
}
```
Errors from the log:
```
root ERROR C/…