Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions run_clang_static_analysis
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ mv $LOCALRT/llvm-analysis/* $WORKSPACE/llvm-analysis
chmod -R a+r $WORKSPACE/llvm-analysis
#if postprocess-scan-build.py exists then run it
if [ -e ./postprocess-scan-build.py ] ; then
cp $WORSPACE/index.html $WORKSPACE/index_full.html
./postprocess-scan-build.py $WORKSPACE/llvm-analysis/index.html > $WORKSPACE/llvm-analysis/index-bs.html 2>$WORKSPACE/reports/postprocess.log
mv $WORKSPACE/llvm-analysis/index-bs.html $WORKSPACE/llvm-analysis/index.html
cp $WORKSPACE/index.html $WORKSPACE/index_full.html
./postprocess-scan-build.py $WORKSPACE/llvm-analysis/index.html > $WORKSPACE/llvm-analysis/index-temp.html 2>$WORKSPACE/llvm-analysis/postprocess.log
mv $WORKSPACE/llvm-analysis/index-temp.html $WORKSPACE/llvm-analysis/index.html
fi

./create_statics_esd_reports.sh
Expand Down