-
PHP Fatal error: Uncaught TypeError: Argument 1 passed to Hal\Component\File\Finder::__construct() must be of the type array, string given, called in /srv/http/codeCheckers/DesignPatternDetector/src/…
-
:wave: Hi @codecheckers/codecheckers !
I just wanted to leave a brief note here, because the CODECHECK project has been rather silent in the last months. I on my end focused on wrapping up my thesi…
nuest updated
2 years ago
-
This simple program:
```dart
class A {}
class B {}
main() {
A a = new B();
}
```
ends up calling `isSubtypeOf(B, A)` 4 times:
- CodeChecker._needsImplicitCast -> isSubtypeOf
- CodeChecke…
-
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 starts reporting bugs in quite old f…
-
Would you like some latex code for rendering the ORCID logo in a slightly more orthodox fashion?
For our CODECHECK certificates (e.g. https://github.com/codecheckers/2020-cov-tracing/blob/master/co…
sje30 updated
4 years ago
-
**Describe the bug**
For the same project, clang-tidy alone report 4 warnnings but CodeChecker (that use clang-tidy as backend) produces only 1.
**CodeChecker version**
```
CodeChecker version…
-
Using CodeChecker 6.5.1
My files are in path (I changed the name for the purpose of public report):
/local/usernameeeeeee/cooooooooooooooooooooooooooooooooooooooooooooooooooode/llvm
with many sub…
-
Hello,
I'm using the latest clang-18, and the static-analyzer/clang-tidy through CodeChecker.
I have a little issue with it flagging all my ranged based for loop with `Past-the-end iterator dere…
-
Hello,
I am trying to use CodeChecker store to send the Reports to an server but that does not work as expected:
I do the analysis on a Windows 10 PC with clang-tidy. The clang tidy report is co…
-
**Describe the bug**
Last published version of code checker is 6.21, which was released on snap store 2022-11-11
**CodeChecker version**
N/A
**To Reproduce**
1. `snap info codechecker`
OR
1…