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

Consider the case when two bugs with the same bug hash are found in a file. If the user opens the file and sets the review status then switches to...

GUI :art:
usability :+1:

If a user sets the review status to something and then wants to edit it, the only way to do so is by switching to a different review status and...

GUI :art:
usability :+1:
web :earth_africa:

If a source file has 70 of the similar report (and all of them is a valid finding) manually clicking `Confirmed bug` on 70 instances is very tedious.

enhancement :star2:
API change :page_facing_up:
GUI :art:

**Describe the bug** When I use the command `codechecker server` I got this error. Here are the details: ``` [INFO 2022-02-24 18:34] - Checking configuration database ... [INFO 2022-02-24 18:34]...

bug :bug:
server :desktop_computer:
platform-macOS 🍎

NOTE: by "compress" I mean removing parts of the path as a result of applying embedded `..` and `.` subpaths. ``` $ CodeChecker store /path/to/converted_reports --trim-path-prefix /path/to/src -n run_name --url...

bug :bug:
CLI :computer:

I'm trying to `store` some converted reports from ASAN, and the store command returns with error exit code and nothing is stored: ``` $ CodeChecker store /path/to/converted_reports --trim-path-prefix /path/to/src -n...

If more than one leaks have been detected, then report-converter prints: ``` [INFO] - No 'lsan' results can be found in the given code analyzer output. ``` To reproduce the...

An ASAN report looks like this: [tools/report-converter/tests/unit/analyzers/asan_output_test_files/asan.out](https://github.com/Ericsson/codechecker/blob/f11eb1a09c796a083a8fb9ea7d94946a262fe8da/tools/report-converter/tests/unit/analyzers/asan_output_test_files/asan.out) ``` ================================================================= ==12457==ERROR: AddressSanitizer: heap-use-after-free on address 0x614000000044 at pc 0x0000004f4b45 bp 0x7ffd40559120 sp 0x7ffd40559118 READ of size 4 at 0x614000000044 thread T0...

The C file was compiled using: ``` clang-13 -fsanitize=address -fomit-frame-pointer -g lsan2.c ``` The generated output is incompatible with report-converter, it outputs: ``` [INFO] - No 'lsan' results can be...

WIP :bomb:
bugfix :hammer:
report-converter 🔄

If I want to list the new issues between two runs I do: ```CodeChecker cmd diff --url {url} -b {run_old} -n {run_new} --new -o json``` But if I run analysis...

CLI :computer: