forked from pool/cppcheck
Accepting request 660144 from home:mathletic:branches:devel:tools
- Update to 1.86 OBS-URL: https://build.opensuse.org/request/show/660144 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=55
This commit is contained in:
parent
e70987f28d
commit
360f7317bb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f1ac6c9a2f1f3fc97ac3a8a9dfe82af22a65459e7f7e1fa96138c3a4ec034cf6
|
|
||||||
size 1707302
|
|
3
cppcheck-1.86.tar.bz2
Normal file
3
cppcheck-1.86.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c37d1dc511c96dd886f2c07560d654bb85df247f672fbf4230a51f6a986f9f5c
|
||||||
|
size 1739522
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 19 21:31:18 UTC 2018 - Christoph G <foss@grueninger.de>
|
||||||
|
|
||||||
|
- Update to 1.86
|
||||||
|
* Many fixes in the template simplifier
|
||||||
|
* Several fixes in the abstract syntax tree.
|
||||||
|
Checking improvements:
|
||||||
|
* New check: passing address of char to function that expects a
|
||||||
|
strz
|
||||||
|
* New check: shadow variables
|
||||||
|
* Improved lifetime checking
|
||||||
|
* Improved STL iterators checking
|
||||||
|
* Improved data flow analysis
|
||||||
|
New libraries:
|
||||||
|
* zlib
|
||||||
|
* googletest
|
||||||
|
Addons:
|
||||||
|
* misra.py: Fixes for suppressions and exclusions
|
||||||
|
* namingng.py: New addon to check naming conventions. Rules are
|
||||||
|
specified in json file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 18 08:43:15 UTC 2018 - mvetter@suse.com
|
Thu Oct 18 08:43:15 UTC 2018 - mvetter@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cppcheck
|
Name: cppcheck
|
||||||
Version: 1.85
|
Version: 1.86
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool for static C/C++ code analysis
|
Summary: A tool for static C/C++ code analysis
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user