Skip to content

Warning about 'Failed to detect analyzer binary!' #3584

Answered by csordasmarton
nicsav asked this question in Q&A
Discussion options

You must be logged in to vote

CodeChecker analyze command by default will try to run both clang-tidy and clangsa analyzers. In your system it looks like you have installed only clang-tidy so CodeChecker will only run only this analyzer.

If you don't want to see this warning message you can enable only clang-tidy analyzer (CodeChecker analyze --analyzers clang-tidy ...) or you can install clangsa analyzer (for more information about this see: https://clang-analyzer.llvm.org/).

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by nicsav
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@whisperity
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants