mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 13:00:49 +00:00
Update cheatsheets
This commit is contained in:
21
scan-build
Normal file
21
scan-build
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user