SHA256
1
0
forked from pool/cppcheck

Accepting request 280298 from home:dalgaaf:branches:devel:tools

Update to new 1.68 release

OBS-URL: https://build.opensuse.org/request/show/280298
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=41
This commit is contained in:
Martin Pluskal
2015-01-08 13:50:23 +00:00
committed by Git OBS Bridge
parent a51577503b
commit eb9c945381
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jan 8 11:04:07 UTC 2015 - danny.al-gaaf@bisect.de
- update to 1.68:
* New checks:
- Multifile checking for buffer overruns and uninitialized
variables
* Improvements:
- Libraries are now able to contain platform specific types
- Improved handling of function overloads
- Improved handling of integer literal suffixes
- Improved stability of template parsing
- Improved accuracy of ValueFlow analysis
- Improved checking of pointer overflow
- Support noexcept(false)
- Support __attribute__((noreturn))
- A bunch of additions to several Libraries, especially
posix.cfg and qt.cfg
* Additionally, lots of false positives and bugs have been fixed
and several existing checks have been improved.
-------------------------------------------------------------------
Wed Oct 22 05:00:02 UTC 2014 - danny.al-gaaf@bisect.de