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

Add support for include-what-you-use #4744

Open
Jorengarenar opened this issue Mar 17, 2024 · 0 comments
Open

Add support for include-what-you-use #4744

Jorengarenar opened this issue Mar 17, 2024 · 0 comments
Labels
new tool Support for new linters, fixers, etc.

Comments

@Jorengarenar
Copy link
Contributor

Name: include-what-you-use
URL: https://include-what-you-use.org/

As the very descriptive name of the tool suggest, the goal of IWYU is to help with #include management in C and C++ code. It figures out what headers should be actually included or not in given file. Integration with ALE probably will be similar to other clang-based tools.

@Jorengarenar Jorengarenar added the new tool Support for new linters, fixers, etc. label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new tool Support for new linters, fixers, etc.
Projects
None yet
Development

No branches or pull requests

1 participant