We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export CC=<path-to>/ccc-analyzer
cmake -H<source-dir> -B<build-dir>
scan-build --use-analyzer=<path-to>/clang make
scan-view <output-file>