2020-05-04 09:19:14 +08:00
|
|
|
#!/bin/bash
|
2018-02-23 10:22:38 +08:00
|
|
|
|
|
|
|
# Infer ignores everything that's not in the "current file".
|
|
|
|
SKIP_LINES=1
|
|
|
|
|
|
|
|
. other/analysis/gen-file.sh
|
|
|
|
|
2020-05-04 09:19:14 +08:00
|
|
|
infer -- clang++ -fsyntax-only amalgamation.cc "${CPPFLAGS[@]}"
|