-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: cppchecksolutions/cppcheck
base: main
head repository: cppcheck-opensource/cppcheck
compare: main
- 12 commits
- 66 files changed
- 6 contributors
Commits on May 15, 2026
-
small
Check::instances()usage cleanup (cppcheck-opensource#8559)- consistently use range loops - fixed `shadowFunction` selfcheck warnings - return a const reference
Configuration menu - View commit details
-
Copy full SHA for a03cf24 - Browse repository at this point
Copy the full SHA a03cf24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40f6f6a - Browse repository at this point
Copy the full SHA 40f6f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d69c9f - Browse repository at this point
Copy the full SHA 5d69c9fView commit details -
Fix #14707 Clarify: uninitMemberVarNoCtor variable (cppcheck-opensour…
…ce#8556) Co-authored-by: chrchr-github <noreply@github.com>
Configuration menu - View commit details
-
Copy full SHA for dc0a437 - Browse repository at this point
Copy the full SHA dc0a437View commit details -
Configuration menu - View commit details
-
Copy full SHA for e277aba - Browse repository at this point
Copy the full SHA e277abaView commit details -
Fix #14714, #14748 FN constParameterPointer (array member, dereferenc…
…e in ternary) (cppcheck-opensource#8553) Co-authored-by: chrchr-github <noreply@github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a91746 - Browse repository at this point
Copy the full SHA 7a91746View commit details
Commits on May 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f7f0549 - Browse repository at this point
Copy the full SHA f7f0549View commit details -
Fix #14697 FN uninitMemberVarNoCtor when mixing (un)initialized membe…
…r variables (cppcheck-opensource#8557) After cppcheck-opensource#8556 --------- Co-authored-by: chrchr-github <noreply@github.com>
Configuration menu - View commit details
-
Copy full SHA for d901661 - Browse repository at this point
Copy the full SHA d901661View commit details
Commits on May 18, 2026
-
ProcessExecutor: avoid explicit usage of suppressions (cppcheck-opens…
…ource#4989) The `hasToLog()` call performs this check.
Configuration menu - View commit details
-
Copy full SHA for f4cc43a - Browse repository at this point
Copy the full SHA f4cc43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d9c01 - Browse repository at this point
Copy the full SHA 39d9c01View commit details -
Fix cppcheck-opensource#1473: warn when fclose() is used as a while l…
…oop condition (cppcheck-opensource#8444) Using fclose() as a while loop condition closes the file on every iteration and operates on an already-closed file handle from the second iteration onward. --------- Signed-off-by: Francois Berder <fberder@outlook.fr>
Configuration menu - View commit details
-
Copy full SHA for 978b9c5 - Browse repository at this point
Copy the full SHA 978b9c5View commit details -
refs #12442 - generate a fuzzing corpus by extracting code from `test…
…runner` (cppcheck-opensource#7232)
Configuration menu - View commit details
-
Copy full SHA for 72547b3 - Browse repository at this point
Copy the full SHA 72547b3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main