Skip to content

🔥 Remove clang-tidy again #32

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

Merged
merged 1 commit into from
May 22, 2025
Merged

🔥 Remove clang-tidy again #32

merged 1 commit into from
May 22, 2025

Conversation

kammce
Copy link
Member

@kammce kammce commented May 22, 2025

clang-tidy is very annoying to work with in cmake. Adding any sort of flags that it doesn't understand results in breakages everywhere.

Rather than deal with clang-tidy, I'll push developers to call clangd-tidy directly. And have CI execute clangd-tidy as well. clangd-tidy runs clang-tidy via clangd which strips away all commands not meant for LLVM.

clang-tidy is very annoying to work with in cmake. Adding any sort of
flags that it doesn't understand results in breakages everywhere.

Rather than deal with clang-tidy, I'll push developers to call
clangd-tidy directly. And have CI execute clangd-tidy as well.
clangd-tidy runs clang-tidy via clangd which strips away all commands
not meant for LLVM.
@kammce kammce force-pushed the remove-clang-tidy-again branch from 2c20b93 to 991eaf1 Compare May 22, 2025 15:53
@kammce kammce merged commit d8dbdbf into main May 22, 2025
1 check passed
@kammce kammce deleted the remove-clang-tidy-again branch May 22, 2025 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant