Running the analyzer from the command line
+ +The following tools are supported to run the analyzer from the command line: +
-
+
- CodeChecker (preferred on Linux) +
- scan-build (preferred on macOS) +
+Both tools are wrapper scripts to drive the analysis and the underlying invocations of the Clang compiler. +Cross translation unit (CTU) analysis is supported officially only via CodeChecker. +
+ +