-
Notifications
You must be signed in to change notification settings - Fork 747
type is redefined #2571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This sounds like another of those C++ template issues where we don't have a straight solution and it is mostly caused by how libclang exposes the information of the templates. There's not much we can do about how clang exposes this and using other tools like libtooling is not viable due to distribution issues. |
I wanted to get creduced test cases even if there might not be a solution soon. Here is the preprocessed header output. I grepped for 3 things in the interestingness tests for creduce when running
test-case1.hpp
test-case1.rs
test-case2.hpp
test-case2.rs
test-case3.hpp
test-case3.rs
|
Uh oh!
There was an error while loading. Please reload this page.
Input C/C++ Header
Header
the actual header can be found here
https://github.com/real-logic/aeron/blob/1.41.4/aeron-archive/src/main/cpp/client/AeronArchive.h
Bindgen Invocation
bindgen code
Actual Results
error
generated file
Expected Results
no redefined type
The text was updated successfully, but these errors were encountered: