forked from pool/cppcheck
Accepting request 233519 from home:dalgaaf:branches:devel:tools
Update of cppcheck to 1.65 OBS-URL: https://build.opensuse.org/request/show/233519 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=38
This commit is contained in:
parent
b5458e6360
commit
39df2bc06a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce455a49786c311ec74f5ad287e0231d4c7f4b18375e7ac73ae7ea9cd2cb5058
|
||||
size 1183612
|
3
cppcheck-1.65.tar.bz2
Normal file
3
cppcheck-1.65.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16577a2423ad6cbb7506e1b4032172b0b27d65b8a4174fb0c671472f37b65d67
|
||||
size 1227353
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 20:56:06 UTC 2014 - danny.al-gaaf@bisect.de
|
||||
|
||||
- update to 1.65:
|
||||
* General changes:
|
||||
- Cppcheck requires a C++11 compiler supporting the common
|
||||
subset of features supported by GCC 4.4, Visual Studio 2010
|
||||
and Clang 2.9
|
||||
* Improvements:
|
||||
- Much improved support of complex combinations of function
|
||||
pointers, arrays and references
|
||||
- Better handling of syntax errors
|
||||
- Better detection of stack variables passed to free()
|
||||
- Much improved value flow analysis
|
||||
- More robust error detection in several checks due to usage
|
||||
of AST
|
||||
- Better handling of unknown Macros in function declarations
|
||||
- Allocation/Deallocation functions can be extend across
|
||||
different .cfg files
|
||||
- Better handling of some C++11 language features like enum
|
||||
class, in-class member initializers
|
||||
- Detect calling (std::)abs() with bool argument
|
||||
* New checks:
|
||||
- Check for noexcept and __attribute__((nothrow)) correctness
|
||||
- Check for unhandled exceptions when exception specifiers
|
||||
are used
|
||||
- Access to empty STL containers
|
||||
- Repositioning operation on a file opened in append mode
|
||||
- Find nested redundant if-statements (was experimental before)
|
||||
* Additionally, a large number of false positives and crashs
|
||||
has been fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 21:46:42 UTC 2014 - danny.al-gaaf@bisect.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cppcheck
|
||||
Version: 1.64
|
||||
Version: 1.65
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
Summary: A tool for static C/C++ code analysis
|
||||
|
Loading…
Reference in New Issue
Block a user