-
**Describe the bug**
If the `clang` binary used from `PATH` is built **without** Clang Static Analyzer, the fetching of checkers hangs infinitely.
**CodeChecker version**
Irrelevant, but exists w…
-
I built a job that looks like:
pipeline {
agent {label 'testing'}
options {
checkoutToSubdirectory('files/converter/onedrive')
disableConcurrentBui…
-
**Describe the bug**
codechecker store fails with
```
[INFO 2020-05-23 13:27] - Storage failed: '>' not supported between instances of 'float' and 'NoneType'
```
**CodeChecker version**
```
C…
-
The commit [fa12ae886](https://github.com/Ericsson/codechecker/commit/fa12ae88614fbb9f78c365bd5de61fd0c7b3846e) introduced a change in the processing of the output if there is an analysis failure.
Th…
gyorb updated
4 years ago
-
Dear @codecheckers/codecheckers
as you may have seen on Twitter, we have now published a preprint on
F1000R summarising our progress to date with CODECHECK.
https://f1000research.com/articl…
sje30 updated
3 years ago
-
**Describe the bug**
`codechecker store test_out -n test --verbose debug`
[INFO][2021-04-16 16:19:29] {system} [75925] - store.py:840 main() - Storing analysis results for run 'test'
[DEBUG][2021-…
-
Currently CodeChecker keeps track a set of compiler flags which are not or only partially supported by Clang. When this list has to be extended then users need to wait for the next CodeChecker release…
-
**Describe the bug**
After CodeChecker update I've been getting clang-diagnostic-errors reports by clang-tidy:
```
1 error generated.
Error while processing /path/to/my/code.cpp.
error: __DEPRECA…
invy updated
8 months ago
-
In 5cc18516c4839fccc64b54eaa5aa447a8e1ed8fa, there is a diff:
```
- const size_t Pos = Line.find(" ");
- if (Pos > 0 && Pos != std::string::npos) {
- StringRef LineRef{Line};
- …
-
As this plugin contains a number of 3rd party libs you must implement the thirdpartylibs.xml file to describe each lib and the license it is under:
https://docs.moodle.org/dev/Plugin_files#thirdparty…