Fix formatting
[tmk.git] / run-clang-scan.sh
blob0210a55446fe8a33e045eccaca89f9488e7d525b
1 #!/bin/sh
3 echo "Running bootstrap build"
4 TMAKE_BUILD=$(./bootstrap.sh |grep gcc |grep 'tmake\.c')
6 echo
7 echo "Using build command: $TMAKE_BUILD"
8 echo
10 echo "Building tmake only with clang-analyzer"
11 scan-build $@ -o clang-int $TMAKE_BUILD