-
Notifications
You must be signed in to change notification settings - Fork 117
build: clang-tidy #1807
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
base: main
Are you sure you want to change the base?
build: clang-tidy #1807
Conversation
…ysis - Add comprehensive .clang-tidy configuration tailored for legacy C++98/C++20 hybrid codebase - Add Python helper script for running clang-tidy with project-specific filtering - Update TESTING.md with clang-tidy usage documentation and examples - Support MinGW-w64 cross-compilation environment and ReactOS ATL compatibility - CMAKE_EXPORT_COMPILE_COMMANDS already enabled in existing presets
Add Windows Command Prompt and PowerShell alternatives to the existing Unix/Linux find command for running clang-tidy on multiple files. The Python helper script already supports all platforms.
|
Out of interest, why does this close the clang-format stuff? Clang-tidy and clang-format perform different functions as I understand it. |
I was in the understanding the three closed PR's were replacable by this work - additionally they were also not worked on, I'm doing a clean up of older PR's. But if I was mistaken, please open the other PR again (and remove it from the first-post here). |
This PR builds on @JohnsterID's work in PR #1580, fixing issues identified in that PR to enable clang-tidy static analysis for the project.