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
There's a tool to find them:
cmake -DCMAKE_CXX_INCLUDE_WHAT_YOU_USE="include-what-you-use;-Xiwyu;--mapping_file=/usr/share/include-what-you-use/qt5_11.imp" -DCMAKE_C_INCLUDE_WHAT_YOU_USE="include-what-you-use;-Xiwyu;--mapping_file=/usr/share/include-what-you-use/qt5_11.imp" ..
If the tool is named "iwyu" instead, use that in the CMake command above.
The tool gives headers that should be
The tool gets a bit confused by Qt, it asks to replace stuff like by "qstring.h" - this can be ignored.
When you submit a PR it should not contain any removement suggestions.
Compile time matters, and I wonder how much we would win if we would remove all useless includes.
The text was updated successfully, but these errors were encountered:
This should be closed, right?
Sorry, something went wrong.
Yes. Thanks for the reminder!
JohannesLorenz
No branches or pull requests
Enhancement Summary
There's a tool to find them:
If the tool is named "iwyu" instead, use that in the CMake command above.
The tool gives headers that should be
The tool gets a bit confused by Qt, it asks to replace stuff like by "qstring.h" - this can be ignored.
When you submit a PR it should not contain any removement suggestions.
Justification
Compile time matters, and I wonder how much we would win if we would remove all useless includes.
The text was updated successfully, but these errors were encountered: