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: from-explore/cppcheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 3 files changed
  • 3 contributors

Commits on Aug 11, 2018

  1. Configuration menu
    Copy the full SHA
    25b4e5f View commit details
    Browse the repository at this point in the history
  2. Unnecessary check of "tokOffset", match-function already checks if it…

    … is null
    thanhtam92 committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    98315dd View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. add testcase ticket #7792: simplifyTypedef124

    thanhtam92 committed Aug 12, 2018
    Configuration menu
    Copy the full SHA
    4b67cb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    cfc077b View commit details
    Browse the repository at this point in the history
  2. Ticket 7792: suppression both exit_code when cppcheck suppressions - …

    …reset value mSuppressExitCode every call check
    thanhtam92 committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    f2a7b75 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. Clean up comment for simplifytypedef124

    tamdo12 committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    5d98fc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d63b3 View commit details
    Browse the repository at this point in the history
  3. Add case suppress only one error in file

    Add more testcase to clear
    tamdo12 committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    9ae8afc View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Update ticket 7792:

    - Suppression both exit_code and syntaxError when call cppcheck suppressions
    - Addition testcase in testsuppressions.cpp
    thanhtam92 committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    fe11344 View commit details
    Browse the repository at this point in the history
  2. Revert "Clean up comment for simplifytypedef124"

    This reverts commit 5d98fc4.
    thanhtam92 committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    29d67b1 View commit details
    Browse the repository at this point in the history
  3. Clean code: Change variable mSuppressExitCode -> mSuppressInternalErr…

    …orFound
    thanhtam92 committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    773f3af View commit details
    Browse the repository at this point in the history
Loading