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