We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecd1a4 commit 6aae7a1Copy full SHA for 6aae7a1
.github/workflows/clang-analyzer.yml
@@ -37,7 +37,8 @@ jobs:
37
mkdir build
38
cd build
39
40
- scan-build-py-$LLVM_VER -o clang-sarif-root/ --sarif-html sh -c "cmake -G Ninja -DPCRE2_SUPPORT_JIT=ON -DCMAKE_BUILD_TYPE=Debug .. && ninja"
+ scan-build-py-$LLVM_VER cmake -G Ninja -DPCRE2_SUPPORT_JIT=ON -DCMAKE_BUILD_TYPE=Debug ..
41
+ scan-build-py-$LLVM_VER -o clang-sarif-root/ --sarif-html ninja
42
rm clang-sarif-root/*/result-*.sarif
43
mv clang-sarif-root/* ../clang-report
44
0 commit comments