2 changes: 2 additions & 0 deletions clang/utils/analyzer/projects/drogon/run_static_analyzer.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja
cmake --build build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build
2 changes: 2 additions & 0 deletions clang/utils/analyzer/projects/duckdb/run_static_analyzer.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja
cmake --build build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build
2 changes: 2 additions & 0 deletions clang/utils/analyzer/projects/fmt/run_static_analyzer.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja
cmake --build build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja
cmake --build build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build
2 changes: 2 additions & 0 deletions clang/utils/analyzer/projects/oatpp/run_static_analyzer.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja
cmake --build build
107 changes: 107 additions & 0 deletions clang/utils/analyzer/projects/projects.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
[
{
"name": "cxxopts",
"mode": 1,
"source": "git",
"origin": "https://github.com/jarro2783/cxxopts.git",
"commit": "794c975"
},
{
"name": "box2d",
"mode": 1,
"source": "git",
"origin": "https://github.com/erincatto/box2d.git",
"commit": "1025f9a"
},
{
"name": "tinyexpr",
"mode": 1,
"source": "git",
"origin": "https://github.com/codeplea/tinyexpr.git",
"commit": "ffb0d41"
},
{
"name": "symengine",
"mode": 1,
"source": "git",
"origin": "https://github.com/symengine/symengine.git",
"commit": "4f669d59"
},
{
"name": "termbox",
"mode": 1,
"source": "git",
"origin": "https://github.com/nsf/termbox.git",
"commit": "0df1355"
},
{
"name": "tinyvm",
"mode": 1,
"source": "git",
"origin": "https://github.com/jakogut/tinyvm.git",
"commit": "10c25d8"
},
{
"name": "tinyspline",
"mode": 1,
"source": "git",
"origin": "https://github.com/msteinbeck/tinyspline.git",
"commit": "f8b1ab7"
},
{
"name": "oatpp",
"mode": 1,
"source": "git",
"origin": "https://github.com/oatpp/oatpp.git",
"commit": "d3e60fb"
},
{
"name": "libsoundio",
"mode": 1,
"source": "git",
"origin": "https://github.com/andrewrk/libsoundio.git",
"commit": "b810bf2"
},
{
"name": "zstd",
"mode": 1,
"source": "git",
"origin": "https://github.com/facebook/zstd.git",
"commit": "2af4e073"
},
{
"name": "simbody",
"mode": 1,
"source": "git",
"origin": "https://github.com/simbody/simbody.git",
"commit": "5cf513d"
},
{
"name": "duckdb",
"mode": 1,
"source": "git",
"origin": "https://github.com/cwida/duckdb.git",
"commit": "d098c9f"
},
{
"name": "drogon",
"mode": 1,
"source": "git",
"origin": "https://github.com/an-tao/drogon.git",
"commit": "fd2a612"
},
{
"name": "fmt",
"mode": 1,
"source": "git",
"origin": "https://github.com/fmtlib/fmt.git",
"commit": "5e7c70e"
},
{
"name": "re2",
"mode": 1,
"source": "git",
"origin": "https://github.com/google/re2.git",
"commit": "2b25567"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build
2 changes: 2 additions & 0 deletions clang/utils/analyzer/projects/re2/run_static_analyzer.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja
cmake --build build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build
2 changes: 2 additions & 0 deletions clang/utils/analyzer/projects/simbody/run_static_analyzer.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja
cmake --build build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -DWITH_COTIRE=OFF -Bbuild -GNinja
cmake --build build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./waf clean
exit 0
2 changes: 2 additions & 0 deletions clang/utils/analyzer/projects/termbox/run_static_analyzer.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
./waf configure
./waf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make clean
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake . -DCMAKE_BUILD_TYPE=Debug -Bbuild -GNinja
cmake --build build
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make clean
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm -rf ./build_analyzer
2 changes: 2 additions & 0 deletions clang/utils/analyzer/projects/zstd/run_static_analyzer.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cmake ./build/cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild_analyzer -GNinja
cmake --build build_analyzer