-
This will show only bugs with review status either 1 or 0 (status 2 is consistently not shown):
• CodeChecker cmd results --details --url localhost:8001/Default "{run}" -o json
This should show re…
-
**Describe the bug**
CodeChecker runs the analyzer with the flag `--analyzer-no-default-checks`, resulting in apiModeling being disabled by default.
**CodeChecker version**
```
-----------------…
-
Can I use this tool to generate (static) **HTML** files from a bunch of **Plist** files. I have some open source licenses that need to be converted to (static) HTML files. I know it's an overkill to u…
-
`defined('MOODLE_INTERNAL') || die();` should be added in lang/en/local_pluginsfetcher.php
-
The analyze command requires a compilation command json file and will run the analysis on
all of the files in it right now.
With an extra parameter a file list could be given to the analyze comm…
gyorb updated
4 years ago
-
The CTU options mentioned in the docs are not available on my build.
> root@675b8384065f:/toscan/build# CodeChecker analyze --ctu -o myreport ./build.log …
-
My installation failed with the following message:
An error has occurred. See the log file
/home/sven/Ericsson/CodeCheckerEclipsePlugin/tests/org.codechecker.eclipse.rcp.it.tests/target/work/data/.m…
-
**Describe the bug**
'CodeChecker parse --print-steps' prints incorrect filenames for some report steps when the report ranges across multiple translation units. Specifically, all the filenames are a…
-
**Is your feature request related to a problem? Please describe.**
Sometimes I would like to run an analysis with **strictly** only those things enabled and producing reports that *I* want to enable …
-
```
$ mkdir /tmp/sa-test && cd /tmp/sa-test
$ touch input.c
$ mkdir header
$ echo zz > header/input.c
$ /usr/local/bin/clang -I/tmp/sa-test/header/ -include input.h -o /tmp/sa-test/input.o -c /tm…