SHA256
1
0
forked from pool/cppcheck

Accepting request 989720 from devel:tools

- update to 2.8.2:
  * do not allocate std::string when column is -1
  * catch internal error during whole program analysis
  * fix whole program analysis

OBS-URL: https://build.opensuse.org/request/show/989720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cppcheck?expand=0&rev=26
This commit is contained in:
Richard Brown 2022-07-18 16:34:16 +00:00 committed by Git OBS Bridge
commit 22bde184c0
4 changed files with 12 additions and 4 deletions

3
cppcheck-2.8.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30ba99ab54089c44b83f02e2453da046a7edff5237950d4a0eb1eba4afcb4f45
size 3921806

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57298f3b805f0eb816a04115fbc70e701f75083cfb0305a44246e365cf27606a
size 3919580

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 17 16:14:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 2.8.2:
* do not allocate std::string when column is -1
* catch internal error during whole program analysis
* fix whole program analysis
-------------------------------------------------------------------
Tue Jun 7 21:17:15 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -17,7 +17,7 @@
Name: cppcheck
Version: 2.8
Version: 2.8.2
Release: 0
Summary: A tool for static C/C++ code analysis
License: GPL-3.0-or-later