cppcheck
cppcheck copied to clipboard
static analysis of C/C++ code
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,...
test
enabled `modernize-use-trailing-return-type` clang-tidy check and fixed lamdba-related warnings only
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...