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: danmar/cppcheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: JimKuhn/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.
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 20, 2022

  1. Fix #9406 FN redundant assignment of Boolean variable (#4482)

    * Fix #9406 FN redundant assignment of Boolean variable
    
    * Fix warning, refactor
    
    * Update testcondition.cpp
    chrchr-github authored and JimKuhn committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    804a190 View commit details
    Browse the repository at this point in the history
  2. Add support for std::iota (#4481)

    * Add support for std::copy_n/merge/stable_sort
    
    * Format
    
    * Add support for std::unordered_set::count(), std::push_heap
    
    * Missing include
    
    * Add support for std::iota
    
    * Missing include
    chrchr-github authored and JimKuhn committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2123548 View commit details
    Browse the repository at this point in the history
  3. Add support for std::ofstream::precision() (#4485)

    * Add support for std::copy_n/merge/stable_sort
    
    * Format
    
    * Add support for std::unordered_set::count(), std::push_heap
    
    * Missing include
    
    * Add support for std::iota
    
    * Missing include
    
    * Add support for std::ofstream::precision()
    
    * Typo
    
    * Typo
    chrchr-github authored and JimKuhn committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    334deb8 View commit details
    Browse the repository at this point in the history
  4. Fix duplicateConditionalAssign FP (#4484)

    * Fix #9406 FN redundant assignment of Boolean variable
    
    * Fix warning, refactor
    
    * Update testcondition.cpp
    
    * Fix duplicateConditionalAssign FP
    
    * Format
    chrchr-github authored and JimKuhn committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    e9f5e44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    873514b View commit details
    Browse the repository at this point in the history
Loading