#!/bin/bash

# Infer ignores everything that's not in the "current file".
SKIP_LINES=1

. other/analysis/gen-file.sh

infer --no-progress-bar -- clang++ -fsyntax-only amalgamation.cc "${CPPFLAGS[@]}"
