codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy

Results 314 codechecker issues
Sort by recently updated
recently updated
newest added

I am trying to integrate clangsa with codechecker on our CI. We have quite a big project (about ~1000 TUs). The problem I see is that after random changes, clangsa...

## Is your feature request related to a problem? Please describe. There is a problem with CodeChecker runs accumulating and consuming excessive space on the server. For example, when using...

enhancement :star2:
CLI :computer:
test :ballot_box_with_check:
documentation :book:
server :desktop_computer:
web :earth_africa:
new feature :+1:

This patch adds the logic of report output merging into one singular `.plist` file. Now analyze and check can be invoked with the `--plist-file-name` option, which if provided will merge...

enhancement :star2:
CLI :computer:

The new `Guideline statistics` tab on the Statistics page can list all rules for the selected guidelines. The user can select multiple guidelines (but currently the only one is `sei-cert`...

API change :page_facing_up:
GUI :art:
config :gear:
new feature :+1:
label-tool 🔖

Hello! We added support for JSON report of PVS-Studio static analyzer in report-converter so that you could view the analyzer's report in CodeChecker! Usage: `report-converter -t pvs-studio -o

**Describe the bug** On Ubuntu-24.04, when analyzing bitcoin v0.20.1, the logging phase fails. **CodeChecker version** master a6663b3349c54a5d00687bd3d3695ead19b8e060 **To Reproduce** ``` # Fresh build of CodeChecker on master git clone https://github.com/Ericsson/codechecker.git...

**Is your feature request related to a problem? Please describe.** The order of execution of the analyzers seems random. Sometimes clangsa is executed first, sometimes clang-tidy. Some of my files...

Cppcheck tool is failing from version 2.15 if "--std=" flag is given an unknown value. For example, "--std=c++0x" is not known, but "--std=c++11" is. Before cppcheck-2.15 the latest known standard...

CLI :computer:
bugfix :hammer:
cppcheck 🐞

Both `git check-ignore` and `git blame` will error if run on a symbolic link, so resolve the path before running them.

**Describe the bug** We just upgraded from CodeChecker `6.23.1` to `6.24.0` and the `--trim-path-prefix` option to `CodeChecker parse` appears to have stopped working as the generated HTML pages are using...