dl92 c2fc82707e working clang-tidy
clang-tidy is a static analysis tool:
It analyzes C++ source code
It finds bugs, bad practices, and design issues
It uses the same compiler flags as your real build

Examples of what it catches:
Uninitialized variables
Dangling references
Inefficient copies
Dangerous implicit conversions
Missing explicit
Poor modern C++ usage
2026-01-07 23:49:57 +00:00
2026-01-07 23:49:57 +00:00
2026-01-06 11:28:44 +00:00
2026-01-06 11:28:44 +00:00
Description
No description provided
Readme 6.8 MiB
Languages
Jupyter Notebook 88.2%
Python 10.9%
C++ 0.8%
CMake 0.1%