System Grab Bag

View all TLDR pages from common (or from all pages)

scan-build

Command-line utility to run a static analyzer over a codebase as part of performing a regular build. More information: https://clang-analyzer.llvm.org/scan-build.html.
  • 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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.