codechecker
codechecker copied to clipboard
CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
When #3655 lands, CLI arguments will be present twice in analyzer_config after all arguments are parsed. This is because the CLI arguments are parsed to check the value of --config,...
Now I have a custom checker and the usage is: scan-build -load-plugin myplugin/libCustomTaintChecker.so -enable-checker alpha.security.taint.CustomTaintPropagation -analyzer-config alpha.security.taint.CustomTaintPropagation:ConfigurationFile=path/to/conf [command options] The '-load-plugin' command line is followed by **.so** file, but env...
Hello, This is going to be a weird issue, because everything works wonderfully well, thank you for CodeChecker 👍 I am using CodeChecker 6.18.0 on my codeline to run the...
If I want to use the ctu mode, what is the minimum version requirements of Clang?
**Describe the bug** `codechecker store test_out -n test --verbose debug` [INFO][2021-04-16 16:19:29] {system} [75925] - store.py:840 main() - Storing analysis results for run 'test' [DEBUG][2021-04-16 16:19:29] {system} [75925] - product.py:143...
(ASAN report-converter) `CodeChecker cmd diff` finds new issues even though the reports are the same
I compile the exact same code and same test with Address Sanitizer enabled. Both of the days, **address sanitizer reports the same issue** while running the test. **But the memory...
The `CodeChecker cmd` subcommand communicates with the server via Thrift, and on a Jenkins docker image, I have tried to use it to get run information from a local CodeChecker...
In this document https://github.com/Ericsson/codechecker/blob/master/docs/usage.md#step-9 "Step 9: Integrate CodeChecker into your local workflow" Actually, this is not a separate step, but an alternative way of implementing "Step 8: Integrate CodeChecker into...
CodeChecker 6.15.2 1. Setting up a filter in the statistics view 2. Changing to reports view, the filters remain 3. Chaning back to statistics view, the filters disappear We should...
When running CodeChecker with the `CodeChecker --makefile` generation mode, it should be possible to detect which analysis action was run successfully and which failed.