rizsotto / scan-build

Clang's scan-build re-implementation in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

on WIndows scan-build works but not analyze-build

JacobVarghese1992 opened this issue · comments

scan-build on individual files in compile_commands.json works but running analyze-build passing -cbd does not

https://stackoverflow.com/questions/71332292/how-do-i-use-analyze-build-to-perform-static-analysis-on-android-c-project

if you have a JSON compilation database (compile_commands.json), then call clang-tidy instead. (clang-tidy also runs the static analyzer, plus a few other checks.)

https://clang.llvm.org/extra/clang-tidy/