Nathan Ridge
Nathan Ridge
I think the proper solution is this one: > let clangd deduplicate same file in different case There is work in progress towards it at https://github.com/llvm/llvm-project/pull/136439.
Please attach clangd logs as instructed in the issue template.
Could you add `--log=verbose` to clangd's arguments and post logs with that in place?
Based on the log, it looks like the `` header itself is located fine, but for some reason it's not defining the symbol `stderr`. I tried reproducing the issue locally...
> Note that `cstdio` is also not underlined so `go to definition` doesn't work when the file format is `.cu` instead of `.cpp`. Interesting. I do see in the log...
Are you able to share a code example on which a difference in memory usage can be observed?
That's pretty neat! My first thought is that this is a different enough use case that it makes sense as a separate plugin. (If there's significant code to be shared,...
> Previously it was said: > > > My first thought is that this is a different enough use case that it makes sense as a separate plugin. ... >...
I think that's a good summary. (The incubation time doesn't need to be measured in years, it could be sooner.)
Thanks for the report. I've updated the title to reflect more specifically what I understood the request to be. I've also moved it to the repo for the clangd server,...