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

Investigate the use of aspects for clang-tidy #151

Open
aaronmondal opened this issue May 27, 2023 · 0 comments
Open

Investigate the use of aspects for clang-tidy #151

aaronmondal opened this issue May 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aaronmondal
Copy link
Contributor

Playing around with clippy in rules_rust made me notice how incredibly convenient it would be to have clang-tidy run as a plugin that just prints warnings like a "regular" compiler warning. I'm not sure whtether this is possible, but if i was, it could be a significant improvement for our user experience and would obsolete the ll_compilation_database targets in many cases.

Let's see whether it's possible to copy the rules_rust/clippy behavior to rules_ll/clang-tidy.

@aaronmondal aaronmondal added the enhancement New feature or request label May 27, 2023
@aaronmondal aaronmondal self-assigned this May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant