-
Notifications
You must be signed in to change notification settings - Fork 169
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
Include What You Use #1224
Comments
@HTRamsey thanks for sharing this. It would be great to have it included in the Github CI as a PR check as well to maintain it. |
I just added
|
I tried applying the fixes that were generated (both locally as well as freertos_tcp_iwyu.txt) using IWYU It seems like the build fails after applying the fixes because of missing macro definitions, mostly from header files that depended on other header files included in the same source files, as far as I checked. |
Might have to make the header files self contained using --check_also. There's also other stuff you can do in the documentation to fix some issues. But without some complex workflow set up for this, it might just be better to use it as a reference only and avoid the auto-fix. |
Don't know if this is of any value to you guys, so close if not. But here are the results of running IWYU.
freertos_tcp_iwyu.txt
The text was updated successfully, but these errors were encountered: