Peter Zeman
Peter Zeman
> https://clangd.llvm.org/guides/system-headers#query-driver > > `--query-driver` in particular tends to resolve this category of issue. Thank you very much, this is definitely a progress! I have added the line `cmd =...
> Thank you very much, this is definitely a progress! I have added the line `cmd = {"clangd", "--query-driver=/usr/bin/clang"}` to one of the configuration files in nvim: Also I realized...
> If you share [verbose logs](https://clangd.llvm.org/troubleshooting.html#gathering-logs) without `--query-driver`, that might shed light on this question. Thank you very much! It is quite a mess, but here is the log file....
> Unfortunately these logs are incomplete. I'm looking for the full stderr from the server, these seem to include only one line from the server's stderr, and a bunch of...
> Presumably, if you're getting unresolved include errors, this path (`/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1`) does not exist? Ok, I see the problem. The path exists, but for some reason it does not contain...
> The path for C++ standard library includes, in particular, is `/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1`. As you can see, it's expressed relative to the path containing the compiler executable, `/Library/Developer/CommandLineTools/usr/bin`. Ok, so I...
Hmm, maybe I am missing something, but if you modified the code according to your suggestion, would then a vertex pop from the stack? I mean if a vertex appears...
I personally do not have such deep knowledge of python, but if "+=" is better than "append", then it should be good. Concerning the stack issue, I think a clean...
I see. Thank you you for the explanation. I was kind of hoping to have also the nice light version which is provided here, but the one you reference has...