We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706f3e8 commit d886a3dCopy full SHA for d886a3d
1 file changed
clang-tidy-diff.sh
@@ -1,14 +1,4 @@
1
#!/bin/bash
2
-
3
-# In some Travis CI settings in which the build directory is a subdirectory of
4
-# binaryen/, we don't have the compilation database file in binaryen/. We skip
5
-# the test in this case.
6
-if [ ! -f compile_commands.json ]
7
-then
8
- echo "Compilation database file does not exist. Skipping clang-tidy test."
9
- exit 0
10
-fi
11
12
CLANG_DIR=$(dirname $(dirname $(which clang-tidy)))
13
CLANG_TIDY_DIFF=$CLANG_DIR/share/clang/clang-tidy-diff.py
14
MERGE_BASE=$(git merge-base master HEAD)
0 commit comments