summaryrefslogtreecommitdiff
path: root/other/analysis/run-infer
blob: 3b168d088b25bee999d75e2f8c43059232f5023e (plain)
1
2
3
4
5
6
7
8
#!/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[@]}"