Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cppchecksolutions/cppcheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cppcheck-opensource/cppcheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 66 files changed
  • 6 contributors

Commits on May 15, 2026

  1. small Check::instances() usage cleanup (cppcheck-opensource#8559)

    - consistently use range loops
    - fixed `shadowFunction` selfcheck warnings
    - return a const reference
    firewave authored May 15, 2026
    Configuration menu
    Copy the full SHA
    a03cf24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40f6f6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d69c9f View commit details
    Browse the repository at this point in the history
  4. Fix #14707 Clarify: uninitMemberVarNoCtor variable (cppcheck-opensour…

    …ce#8556)
    
    Co-authored-by: chrchr-github <noreply@github.com>
    chrchr-github and web-flow authored May 15, 2026
    Configuration menu
    Copy the full SHA
    dc0a437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e277aba View commit details
    Browse the repository at this point in the history
  6. Fix #14714, #14748 FN constParameterPointer (array member, dereferenc…

    …e in ternary) (cppcheck-opensource#8553)
    
    Co-authored-by: chrchr-github <noreply@github.com>
    chrchr-github and web-flow authored May 15, 2026
    Configuration menu
    Copy the full SHA
    7a91746 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. Configuration menu
    Copy the full SHA
    f7f0549 View commit details
    Browse the repository at this point in the history
  2. 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>
    chrchr-github and web-flow authored May 16, 2026
    Configuration menu
    Copy the full SHA
    d901661 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2026

  1. ProcessExecutor: avoid explicit usage of suppressions (cppcheck-opens…

    …ource#4989)
    
    The `hasToLog()` call performs this check.
    firewave authored May 18, 2026
    Configuration menu
    Copy the full SHA
    f4cc43a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39d9c01 View commit details
    Browse the repository at this point in the history
  3. 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>
    francois-berder authored May 18, 2026
    Configuration menu
    Copy the full SHA
    978b9c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72547b3 View commit details
    Browse the repository at this point in the history
Loading