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

Apply iwyu recommendations to utility/ #2138

Merged
merged 2 commits into from
Jan 6, 2024

Conversation

lmoureaux
Copy link
Contributor

include-what-you-use is a tool to sanitize includes in order to maximize independence between headers and increase compilation speed by reducing their size. This patch applies IWYU recommendations to utility/ and fixes the build in other files (they were often relying on transitive includes).

include-what-you-use is a tool to sanitize includes in order to maximize
independence between headers and increase compilation speed by reducing their
size. This patch applies IWYU recommendations to utility/ and fixes the build
in other files (they were often relying on transitive includes).
@lmoureaux lmoureaux requested a review from jwrober January 6, 2024 00:13
Copy link
Collaborator

@jwrober jwrober left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you touched all sort of files outside of utility/. I guess that is the "fix the build" comment in action. Like the improved compile speed.

@jwrober jwrober merged commit c6a762d into longturn:master Jan 6, 2024
36 checks passed
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.

2 participants