toxcore/other/analysis/run-infer

9 lines
182 B
Plaintext
Raw Normal View History

#!/bin/bash
# Infer ignores everything that's not in the "current file".
SKIP_LINES=1
. other/analysis/gen-file.sh
infer -- clang++ -fsyntax-only amalgamation.cc "${CPPFLAGS[@]}"