Description
C, C++, and Objective-C source code can be scanned for patterns that reduce quality or hide defects. This helps developers catch maintainability, complexity, and correctness problems before code is released.
It is a command-line static-analysis tool. It reads source files and reports findings; developers still need to review whether each warning is relevant.