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

fix: transiative include issue #996

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

henryiii
Copy link
Collaborator

@henryiii henryiii commented Feb 5, 2024

Fix #993. I tried include-what-you-use, but it reports too much stuff to be able to pick out what's missing very effectively.

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
@henryiii henryiii merged commit 30ead5d into main Feb 5, 2024
52 checks passed
@henryiii henryiii deleted the henryiii/fix/missingtransinc branch February 5, 2024 16:06
@Spixmaster
Copy link

Spixmaster commented Mar 9, 2024

@henryiii With clang v17, clang-tidy has misc-include-cleaner which seems to be better than include-what-you-use from two days of testing.

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

Successfully merging this pull request may close these issues.

Tests fail to build due to missing <cstdint> with 2.4.0
2 participants