We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
and also this is really a good tool to cleanup .cpp files
The text was updated successfully, but these errors were encountered:
There's no simple way to cleanup header files. I don't know what criteria should be used then. BTW, did you try https://clang.llvm.org/extra/include-fixer.html?
Sorry, something went wrong.
Thanks for the reply, I did not try that, I found that when you cleaned some headers, the binary file size will also be reduced.
That's interesting. Maybe some static objects/fields are not pulled into program?
Did not known much on that
No branches or pull requests
and also this is really a good tool to cleanup .cpp files
The text was updated successfully, but these errors were encountered: