aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/validate-clang-check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/validate-clang-check.py b/tools/validate-clang-check.py
index 61e1d9f8b4..a77a9d5434 100755
--- a/tools/validate-clang-check.py
+++ b/tools/validate-clang-check.py
@@ -14,6 +14,7 @@ COMMIT_FILES=$( git diff-index --cached --name-status HEAD^ | grep -v "^D" | cut
for FILE in $COMMIT_FILES; do
+ clang-check ../$FILE
clang-check -analyze ../$FILE
done