Go to file
Dirk Mueller 4ff6c22bfc - update to 2.12.0:
* uselessOverride finds overriding functions that either
    duplicate code from or delegate back to the base class
    implementation
  * knownPointerToBool finds pointer to bool conversions that are
    always true or false
  * truncLongCastAssignment and truncLongCastReturn check
    additional types, including float/double/long double
  * duplInheritedMember also reports duplicated member functions
  * constParameter*/constVariable* checks find more instances of
    pointers/references that can be const, e.g. when calling
    library functions
  * Write how many checkers was activated after a run
  * Added --checkers-report that can be used to generate a report
    in a file that shows what checkers was activated and disabled
  * The qmake build system has been deprecated and will be
    removed in a future version.
  * Command-line option '--template
- update to 2.11:
  * pop_back on empty container is UB
  * Improve useStlAlgorithm check to handle many more conditions
    in the loop for any_of, all_of and none_of algorithms
  * ValueFlow can evaluate the return value of functions even
    when conditionals are used
  * ValueFlow will now forward the container sizes being returned
    from a function
  * ValueFlow can infer possible values from possible symbolic
    values
  * Improve valueflow after pushing to container
  * The new option --check-level= has been added that controls

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=113
2023-09-15 07:59:45 +00:00
.gitattributes Copy from home:bitshuffler/cppcheck via accept of submit request 6553 2009-02-20 16:30:26 +00:00
.gitignore Copy from home:bitshuffler/cppcheck via accept of submit request 6553 2009-02-20 16:30:26 +00:00
cppcheck-2.12.0.tar.gz - update to 2.12.0: 2023-09-15 07:59:45 +00:00
cppcheck.changes - update to 2.12.0: 2023-09-15 07:59:45 +00:00
cppcheck.spec - update to 2.12.0: 2023-09-15 07:59:45 +00:00
disable-some-tests-about-char-signedness.patch Accepting request 1089803 from home:manfred999 2023-06-01 10:02:25 +00:00
werror-return-type.patch - update to 2.12.0: 2023-09-15 07:59:45 +00:00