Guillaume Papin

Results 263 comments of Guillaume Papin

> i'm looking for the completion tool who can complete **the inherit associate between class**. What does it mean? To answer your questions: 1. I already hear about this conflict,...

Not sure, but I think neither `clangd` nor `compdb` understand well the `--sysroot` part, so the system headers aren't found. If you manage to make `clangd` work, you shouldn't need...

Converting file paths relative absolute, why not, but I'm curious, what use case do you have in mind? I remember a bug, in clang-tidy I believe, where I needed absolute...

Not sure but it could be that you have the `c++-mode` enabled in these headers instead of `c-mode`.

Haha, I'm sorry, I thought this issue was on another project of mine! :smile: Well, I assume it is not wrong that the header is C++. What does the compile...

> What do you think about giving precedence to the commands that are associated with the implementation file if it can be determined? As a first step, a naive implementation...

For a git pre-commit hook, I think it would be more suitable to use: git clang-format --diff

But still, summary info isn't a bad idea.

Hello, I invite you to check my response here: - https://github.com/Sarcasm/run-clang-format/issues/6#issuecomment-465789379

Ah, thanks for the head up, it's good to know. However, I'm not sure I want to maintain an image that I have no use for. For me, run-clang-format.py should...