Browse Source

scan-build: add page (#7672)

Axel Navarro 3 years ago
parent
commit
6a248808bf
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pages/common/scan-build.md

+ 16 - 0
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: <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`