Christian Poveda Ruiz

Results 298 comments of Christian Poveda Ruiz

@LoganDark could you try to isolate at least one of them so we can try and fix it?

I'm almost sure that I've seen a similar error on the issue tracker. I'll try to take a look and find the issue and link it before deciding to close...

what about adding a bindgen option to do this: `--cpp`? we already modify `clang_args` anyway?

yeah `--cxx` works for me.

Given that clap 4 is releasing soon-ish (https://epage.github.io/blog/2022/09/clap4/). Migrating from clap 2 would be a good move because it is entering maintenance mode.

`#[repr(transparent)]` has been stable for a while, and `OriginFlags` is tagged as such. Do we need to do anything else here?

I agree that it would be possible to preserve the user inputs by just cloning `BindgenOptions` before calling `generate`. But at the same time, I believe this change makes clearer...

Closed in favor of #2285