SHA256
1
0
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:
Ana Guerrero 2024-04-28 19:49:25 +00:00 committed by Git OBS Bridge
commit c158ef27b4
4 changed files with 14 additions and 4 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d2ead75db10c5993d77c8dfe854dc42b00fac65953611bb6c83e25fc74b9d50
size 3716204

View File

@ -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>

View File

@ -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