toxcore/other/analysis/run-cppcheck
iphydf f627a26a7b
Run Clang global static analysis on Travis.
This uses a single .cc file containing almost all the code in the
repository to perform whole program analysis.
2018-07-22 02:34:30 +00:00

6 lines
76 B
Bash
Executable File

#!/bin/sh
. other/analysis/gen-file.sh
cppcheck amalgamation.cc $CPPFLAGS