Mikhail Zolotukhin

Results 96 comments of Mikhail Zolotukhin

No, it does not help. I suspect, that the issue is that Clangd does not understand GCC specific arguments `-fmodule-mapper` and `-fdeps-format`. Even when I remove them via `.clangd` config,...

> > Removing them via `.clangd` config **should** work. If it's not working, please share the contents of your `.clangd` file. The content of my .clangd file: ```yaml CompileFlags: Remove:...

Here is my versbose log ```log V[00:01:52.946] > {"id":10,"jsonrpc":"2.0","result":null} V[00:01:52.953]

I tried to compile with clang and it turns out there was a mistake in the main.cpp, I fixed it and the program successfully compiles. There should be quotes around...

I tested with the clangd snapshot and for clang compilation it works if I build the project first (works = no crashes, no errors, I cannot jump to module definition...

> Can you build the project with GCC, while letting clangd use the `compile_commands.json` generated from a clang build? In principle these two things (what you're actually building with, and...