Christian Poveda Ruiz
Christian Poveda Ruiz
@pradt2 do you have time to rebase this? I can do it if that's not the case
Even though the changes look good to me we have to wait for either @emilio or @kulp to merge it
Should this actually be supported by bindgen and not clang?
I'm going to close it then. I think it should be possible to call `$CXX -v -x c++ -E -` from a build script and inject those into `clang` using...
Solved via #2345
Indeed, closing it
@emilio, do you still want this feature in bindgen? I can rebase this PR if that's the case.
As @emilio mentioned there are two possible APIs for this: - Using an option: Something like `--non-null-fn-ptr-fields=`, such that every field being a function pointer matching `regex` removes the `Option`...
@wspl do you have a minimal test case for this behavior?
Closed due to lack of answer