7cad66394 ^
c879c26dd ^
9a99cde35 ^
1
2 3 4
5
#!/usr/bin/env bash dir=`pwd` clang-tidy -checks="$1" "$3" -- -std=c++11 -x c++ $2 -I$dir ${INCLUDES}