From 6a248808bf12317dfe53036068ce19e0cacc2336 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Tue, 18 Jan 2022 10:33:13 -0300 Subject: [PATCH] scan-build: add page (#7672) --- pages/common/scan-build.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/scan-build.md diff --git a/pages/common/scan-build.md b/pages/common/scan-build.md new file mode 100644 index 000000000..f00828d87 --- /dev/null +++ b/pages/common/scan-build.md @@ -0,0 +1,16 @@ +# scan-build + +> Command-line utility to run a static analyzer over a codebase as part of performing a regular build. +> More information: . + +- 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`