-
Hi, sorry for bothering. I met with a problem that while I was trying to use taint analysis with my own source-sink yaml file, the following command line does not work:
```
CodeChecker analyze --ana…
-
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-pref…
jimis updated
2 years ago
-
This definitely needs discussion, but personally, I have found snapshot tests to be generally useless at best; at my previous job, we started out using them extensively (almost exclusively), but we so…
-
Right now we have the `codechecker` command that reports all the issues found by `phpcs`. This is useful locally and @ CIs.
Also, there is the `codecbf` command that also runs `phpcs` but in fix mo…
-
What would it take to support another static analyzer ?
[clazy](https://github.com/KDE/clazy) is a Qt oriented code checker based on clang framework.
It can be used as a clang plugin, via -Xclan…
-
**Describe the bug**
.clang-tidy file can not implement
**CodeChecker version**
compile with newest code on branch master (6.17)
.clang-tidy file can not implement
I have added a .clang-tid…
-
Dear Redis Community,
[Clang's CTU static analysis](https://clang.llvm.org/docs/analyzer/user-docs/CrossTranslationUnit.html) has evolved a lot in this year. We have chosen Redis
as one of the pro…
-
This is the message shown
```
Don't use IsDefined | Performance | Severity: 3
Prefer StructKeyExists() over IsDefined()
Users//jamesmohler/Sites/ColdFusion/FormUtils.../formutils.cfc:115
…
-
Right now we are not looking for C-style (/* .... */, single or multiline) in the checker. More yet, we are, incorrectly, [suggesting them](https://github.com/stronk7/moodle-local_codechecker/blob/7e9…
-
Hi there,
Sorry for dummy question, but where can I find documentation regarding API?
I want to send requests to CodeChecker store, get results and filter them (e.g. by severity) for my dashboard.…