Merge pull request 'Inside builder's setup subcommand, Inform developers to set CLANG_FORMAT_DIFF path manually.' (#10) from pouya-abbassi/Serene:master into master

Reviewed-on: Serene/Serene#10
This commit is contained in:
Sameer Rahmani 2021-06-30 10:29:24 +00:00
commit 3027880d98
1 changed files with 3 additions and 0 deletions

View File

@ -100,6 +100,9 @@ case "$command" in
pushd ./scripts || return
./git-pre-commit-format install
popd || return
echo "=== Manual action required ==="
echo "Set this environment variable. (clang-format-diff.py is located inside llvm's source directory)."
echo 'export CLANG_FORMAT_DIFF="python3 /path/to/llvm/saurce/llvm-project/clang/tools/clang-format/clang-format-diff.py"'
;;
"build")
clean