Skip to content
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

post_processing do not work well in clang compiler #17

Open
zizhiyoumu-fuzz opened this issue May 22, 2020 · 0 comments
Open

post_processing do not work well in clang compiler #17

zizhiyoumu-fuzz opened this issue May 22, 2020 · 0 comments

Comments

@zizhiyoumu-fuzz
Copy link

zizhiyoumu-fuzz commented May 22, 2020

While I use post_processing to generate struct, I found that some structions in preprecessed do not expend.
For example,:
struct xxx;
struct statement in xxx.h,
but it's definition is in other file zzz.c,
while using struct xxx in yyy.c(#include<xxx.h>),
I found in yyy.preprocessed struct xxx is not expended, it is also
struct xxx;
This may lead to
<DataModel byte_size="0" name="xxx" type="struct"/>,
the struction is bad.
How can I to deal with the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant