Adrian Taylor
Adrian Taylor
Thanks. I agree this is seems like a valid bug. It would be even better if you could raise a PR with a failing test case in `integration-tests/src/integration_tests.rs` (or at...
Landed a fix in a branch, but it's made me realize this bit of the autocxx codebase is a bit... legacy. I might do some more thinking about it over...
I think the workaround is [described here](https://cxx.rs/extern-c++.html?highlight=sync#opaque-c-types). Let me know if this works. If it does, I should probably add this to some autocxx documentation somewhere, so I'm not going...
Thanks for looking into this. I'm unable to eke out time to look into it right now, but my guess is that corresponding changes have been made to `bindgen` and...
Thanks - do you think you could [raise a PR containing a minimal test case](https://github.com/google/autocxx/blob/main/book/src/contributing.md#reporting-bugs)?
I've added a naïve test for va_list in the hopes that it can reveal the problem on CI, but even once I've fixed it, it still doesn't help me very...
Reduction gave ``` struct Test; namespace std { template class a; template class unique_ptr { using ad = typename a::c; ad release(); }; typedef char string; } // namespace std...
I got a chance to look at the reduction output and it isn't valuable. I also added a couple of tests which failed to reproduce either problem, and I checked,...
Thanks - could you try to come up with a minimal test case [using these instructions](https://github.com/google/autocxx/blob/main/book/src/contributing.md#reporting-bugs)?
Yeah, sorry for the lack of response. I don't know what's going wrong with `autocxx-reduce` absorbing that clang arg. `autocxx-reduce` causes problems of one kind or another for about 50%...