forked from pool/cppcheck
Accepting request 1170427 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1170427 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cppcheck?expand=0&rev=42
This commit is contained in:
commit
c158ef27b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6ea064ebab76c6aa000795440479767d8d814dd29405918df4c1bbfcd6cb86c
|
||||
size 3646131
|
3
cppcheck-2.14.0.tar.gz
Normal file
3
cppcheck-2.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d2ead75db10c5993d77c8dfe854dc42b00fac65953611bb6c83e25fc74b9d50
|
||||
size 3716204
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 20:39:37 UTC 2024 - Christoph G <foss@grueninger.de>
|
||||
|
||||
- update to 2.14.0
|
||||
* New checks:
|
||||
- eraseIteratorOutOfBounds: warns when erase() is called on an
|
||||
iterator that is out of bounds
|
||||
- returnByReference: warns when a large class member is returned
|
||||
by value from a getter function
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 17:19:47 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: cppcheck
|
||||
Version: 2.13.4
|
||||
Version: 2.14.0
|
||||
Release: 0
|
||||
Summary: A tool for static C/C++ code analysis
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user