forked from pool/cppcheck
Accepting request 247200 from home:dalgaaf:branches:devel:tools
OBS-URL: https://build.opensuse.org/request/show/247200 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=39
This commit is contained in:
parent
39df2bc06a
commit
0a4c14d371
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:16577a2423ad6cbb7506e1b4032172b0b27d65b8a4174fb0c671472f37b65d67
|
||||
size 1227353
|
3
cppcheck-1.66.tar.bz2
Normal file
3
cppcheck-1.66.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9469c23d39df5f03301fb0f9c29d75e9d63ed80d486cc6633145e3c95293c1b7
|
||||
size 1064369
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 21:03:35 UTC 2014 - danny.al-gaaf@bisect.de
|
||||
|
||||
- update to 1.66:
|
||||
* new checks added:
|
||||
- Compare pointer with '\0'
|
||||
- Assigning boolean expression to floating point variables
|
||||
* Improvements:
|
||||
- Much improved AST
|
||||
- Much improved ValueFlow analysis
|
||||
- ValueFlow and AST now used by much more checks, improving
|
||||
checking accuracy and performance
|
||||
- Checking for self assignment now supports more complex
|
||||
expressions
|
||||
- Returning references to literals or references to calculation
|
||||
results is detected
|
||||
- Enhanced support for commutative operators in duplicate
|
||||
expression checking
|
||||
- Improved template/enum parsing
|
||||
- Much improved htmlreport
|
||||
- Definition of POD types in .cfg files
|
||||
- Definition of minsize for buffer arguments in .cfg files
|
||||
for buffer overflow checking
|
||||
- Fixed handling of #error: Do not report them if -f and -D
|
||||
are used together
|
||||
- New .cfg file for AVR platform
|
||||
- Generate xml dump of AST/ValueFlow/SymbolDatabase/TokenList
|
||||
if --dump is given
|
||||
- Improved performance in several cases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 11 20:56:06 UTC 2014 - danny.al-gaaf@bisect.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: cppcheck
|
||||
Version: 1.65
|
||||
Version: 1.66
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
Summary: A tool for static C/C++ code analysis
|
||||
|
Loading…
Reference in New Issue
Block a user