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:
Martin Pluskal
2018-12-20 08:29:12 +00:00
committed by Git OBS Bridge
parent e70987f28d
commit 360f7317bb
4 changed files with 25 additions and 4 deletions

View File

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