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 some missing std:: includes in src/Design #4004

Conversation

hzeller
Copy link
Collaborator

@hzeller hzeller commented Nov 8, 2024

After looking at the output of clang-tidy [misc-include-cleaner] results...

Also, whlie at it, move the foo.h header included in foo.cpp to the very top, as this is best practice to catch if the header is self-contained.

After looking at the output of clang-tidy [misc-include-cleaner]
results...
@hzeller
Copy link
Collaborator Author

hzeller commented Nov 8, 2024

For now, this is only in src/Design, but I plan to do more cleanups after this first round (but then submit it myself to not overly strain the reviewers attention)

@hzeller hzeller requested a review from alaindargelas November 8, 2024 05:56
@alaindargelas alaindargelas merged commit b4fbd15 into chipsalliance:master Nov 8, 2024
61 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