cppcheck
cppcheck copied to clipboard
static analysis of C/C++ code
Results
369
cppcheck issues
Sort by
recently updated
recently updated
newest added
A self check is completed much faster with --check-level=fast compared to --check-level=normal. For me: linux: 5-6 times faster windows: 10 times faster Comparing warnings with --check-level=fast and --check-level=normal shows not...
Add fuzzer that passes raw data to `cppcheck.check`. This fuzzer is heavily dependent on having a good seed corpus, which I have added in the corresponding PR on OSS-Fuzz: https://github.com/google/oss-fuzz/pull/10590...