You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the package clang-tools there is an application named clang-include-cleaner, which is supposed to remove unnecessary headers, as well as adding some system header the code uses. This may help us reduce the code output by removing unnecessary headers.
In the package
clang-tools
there is an application namedclang-include-cleaner
, which is supposed to remove unnecessary headers, as well as adding some system header the code uses. This may help us reduce the code output by removing unnecessary headers.Example of how to run the program:
Here is the diff output when run on top of what clang-extract did:
The text was updated successfully, but these errors were encountered: