cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

static analysis of C/C++ code

Results 369 cppcheck issues
Sort by recently updated
recently updated
newest added

I tested the fix based on 4617bc25d82ff8d46567e002995ad8f859d5e814. Use the cppcheck to check the below code which is submitted on the ticket #12861. ``` #define ROW A, A, A, A, A,...

We're doing some sanitizer testing on the source code here at SPEC, and I was able to offer some patches to correct the overflow issues. These are corner cases so...

### Change Summary Currently, if a push to `branchA` triggers the CodeQL workflow, and shortly after a subsequent push on the *same* `branchA` triggers the CodeQL workflow, both runs will...