We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeChecker analyze ./TinyXML/build.json --analyzer clangsa -o tmp -c -j10 --add-compiler-defaults --verbose debug_analyzer
should print how the analyzers were invoked (invocation comannd line) and output the std error and stdout of the invocation.
Today it is only printed on --verbose debug log level
The text was updated successfully, but these errors were encountered:
Print analyzer stdout and stderr on debug_analyze loglevel
72e119f
Fixes Ericsson#999
7ea618c
bruntib
No branches or pull requests
CodeChecker analyze ./TinyXML/build.json --analyzer clangsa -o tmp -c -j10 --add-compiler-defaults --verbose debug_analyzer
should print how the analyzers were invoked (invocation comannd line) and output the std error and stdout of the invocation.
Today it is only printed on --verbose debug log level
The text was updated successfully, but these errors were encountered: