Daniel Krupp
Daniel Krupp
Dear Code Owners, We at Ericsson evaluated some open source static analyzer tools for java and found that Spotbugs has already a nice coverage for the SEI CERT Oracle Coding...
CodeChecker should support an analysis mode where for each source file, it tries to find the closest compile_commands.json file up in the directory hierarchy starting from the source file. clangd...
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...
I recommend removing this doc as all teh configuration possibilities are already described in the https://github.com/Ericsson/codechecker/blob/master/docs/analyzer/user_guide.md#analyzer-configuration. We should also change the references from the usage (howto) guide to the Analyzer...
**Describe the bug** The user guide should have an intro section explaining and summarizing the Features of the CodeChecker command and its subcommands (each one sentences). The user guide should...
It would be good to have a guide document that describes how the upgrade the codechecker server with preserving the database content. This doc is somewhat related, but it is...
Cross TU analysis feature (to be introduced in this patch: https://reviews.llvm.org/D30691) requires 2 stage analysis: 1st stage: emit ast (clang -emit-ast) for all source files into a a temporary directory...
**CodeChecker cannot store report directories which are larger than 10GB. Unfortunately this can be a common case for C/C++ projects because some reports for headers are repeated for almost all...