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:
parent
a51577503b
commit
eb9c945381
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6214c0cf0c11c83ecfae35f8cc8db4fa47389a77360919653d635612cefe2ab9
|
|
||||||
size 1084926
|
|
3
cppcheck-1.68.tar.bz2
Normal file
3
cppcheck-1.68.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:add6e5e12b05ca02b356cd0ec7420ae0dcafddeaef183b4dfbdef59c617349b1
|
||||||
|
size 1008321
|
@ -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
|
Wed Oct 22 05:00:02 UTC 2014 - danny.al-gaaf@bisect.de
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: cppcheck
|
Name: cppcheck
|
||||||
Version: 1.67
|
Version: 1.68
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Summary: A tool for static C/C++ code analysis
|
Summary: A tool for static C/C++ code analysis
|
||||||
|
Loading…
Reference in New Issue
Block a user