Description
Analyzes C and C++ source code for bugs, undefined behavior, leaks, style issues, and suspicious patterns without running the program. It helps developers find problems that compilers may miss.
Use it as part of local review or CI. Static analysis findings need triage, and fixes should still be verified with builds and tests.