scan-build
Command-line utility to run a static analyzer over a codebase as part of performing a regular build.
- Build and analyze the project in the current directory:
scan-build {make}
- Run a command and pass all subsequent options to it:
scan-build {command} {command_arguments}
- Display help:
scan-build
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).