PKEuS
|
9ada111045
|
Fixed false positive #6466
|
2015-01-29 09:50:48 +01:00 |
Daniel Marjamäki
|
0c89afcc48
|
cppcheck-cfg.rng: more strict about 'format' and 'valid'
|
2015-01-29 07:28:40 +01:00 |
Daniel Marjamäki
|
250a082e46
|
Fix travis
|
2015-01-29 06:23:41 +01:00 |
Daniel Marjamäki
|
0949baac9b
|
TestNullPointer: moved out std.cfg checking
|
2015-01-29 06:07:48 +01:00 |
Matthias Krüger
|
da5874fc99
|
run dmake
|
2015-01-28 22:39:06 +01:00 |
PKEuS
|
8225b12763
|
Fixed some cppcheck messages
|
2015-01-28 22:29:07 +01:00 |
PKEuS
|
3342ea4c54
|
CheckInternal: Complain about Token::Match pattern if %or% or %oror% is the only "complex" pattern
|
2015-01-28 19:48:36 +01:00 |
PKEuS
|
21bd1d080e
|
Refactorization: Rearranged some code in checkleakautovar.cpp
|
2015-01-28 19:44:59 +01:00 |
PKEuS
|
0488f45a5f
|
Removed standalone check CheckOther::checkDoubleFree(), integrated (most of) the functionality into CheckLeakAutoVar. Added support for new/delete to checkLeakAutoVar.
|
2015-01-28 17:38:43 +01:00 |
Daniel Marjamäki
|
70a38b1da6
|
TestNullPointer: Moved some std.cfg tests to the cfg testing
|
2015-01-28 16:22:45 +01:00 |
Daniel Marjamäki
|
7d0f5ad7c1
|
cfg: added cppcheck-cfg.rng schema that cfg files can be validated against
|
2015-01-28 07:39:08 +01:00 |
PKEuS
|
5c56e63996
|
Fixed false positive #6452: Handle member functions in CheckIO::checkFileUsage()
|
2015-01-27 21:52:52 +01:00 |
PKEuS
|
e82d2b3c8d
|
Fixed false positive #6453: Skip over inner class if checking outer function
|
2015-01-27 21:21:17 +01:00 |
Matthias Krüger
|
e56671101e
|
tests: add a script which runs test/cfg tests.
add new make target (checkcfg) which builds cppcheck and executes the script
make travis run checkcfg
|
2015-01-27 19:46:52 +01:00 |
Matthias Krüger
|
6736fc1b18
|
travis: suppress everything from test/cfg in self-check.
|
2015-01-27 18:59:46 +01:00 |
Daniel Marjamäki
|
01601b58dd
|
test: move cfg/test to test/cfg
|
2015-01-27 18:23:28 +01:00 |
Daniel Marjamäki
|
2b182cbcc8
|
AppVeyor: Set proper badge
|
2015-01-27 18:13:56 +01:00 |
Daniel Marjamäki
|
3285f85ebf
|
Fixed #6460 (Library: better function/type matching)
|
2015-01-27 17:55:18 +01:00 |
PKEuS
|
bfa16ec258
|
Set /LARGEADDRESSAWARE flag for Win32 builds
Idea from Kosta-Github (pull-request #501)
|
2015-01-27 15:43:40 +01:00 |
PKEuS
|
a5b633378c
|
Merge pull request #502 from Dmitry-Me/cacheAndReuseTokenPointer
Cache and reuse token pointer
|
2015-01-27 15:34:18 +01:00 |
Daniel Marjamäki
|
6aead9ca06
|
Update readme.md
|
2015-01-27 10:12:47 +01:00 |
Dmitry-Me
|
e7bb43fc6b
|
Cache and reuse token pointer
|
2015-01-27 10:23:58 +03:00 |
orbitcowboy
|
3aa4f5de47
|
std.cfg: Fixed from spelled podtype win_t --> wint_t
|
2015-01-27 07:57:20 +01:00 |
Daniel Marjamäki
|
f1e7d7894f
|
std.cfg: arguments for rename/remove must be zero-terminated strings
|
2015-01-27 06:20:46 +01:00 |
unknown
|
2e0b83551f
|
add support for the AppVeyor CI system for checked Windows builds
|
2015-01-27 04:49:31 +01:00 |
orbitcowboy
|
d2b9abc4d3
|
std.cfg: Added missing podtypes. Fixed a FP when in fgetpos(). The second parameter is allowed to be uninitialized.
|
2015-01-26 11:52:41 +01:00 |
orbitcowboy
|
07ae1d4278
|
posix.cfg: Added support for 'DIR' dataype.
|
2015-01-26 08:49:35 +01:00 |
orbitcowboy
|
180d7389a0
|
Fixed #6457: Added missing podtype defintions to posix.cfg.
|
2015-01-26 08:35:22 +01:00 |
Daniel Marjamäki
|
d8af472393
|
Merge pull request #500 from Dmitry-Me/resolve1265723
Resolve CID 1265723
|
2015-01-24 11:24:57 +01:00 |
Dmitry-Me
|
c79bfdce2c
|
CheckClass: Better checking of what operator= returns
|
2015-01-24 11:18:33 +01:00 |
Martin Ettl
|
e5c7766293
|
posix.cfg and std.cfg: Added missing type definitions.
|
2015-01-23 18:15:03 +01:00 |
Martin Ettl
|
4e822d7ebc
|
posix.cfg: blkcnt_t shall be a signed type.
|
2015-01-23 17:43:50 +01:00 |
Martin Ettl
|
0ef43c05dc
|
Removed accidently added ';' [ci skip]
|
2015-01-23 17:31:21 +01:00 |
Martin Ettl
|
ac551807b6
|
posix.cfg: Added support for blkcnt_t datatype.
|
2015-01-23 17:29:18 +01:00 |
PKEuS
|
ee046af20c
|
Fixed false positives #6450 and #6451
|
2015-01-23 19:38:39 +01:00 |
Dmitry-Me
|
6c248dd1ac
|
Resolve CID 1265723
|
2015-01-23 17:53:39 +03:00 |
PKEuS
|
da35a74589
|
Fixed false negative: Passing uninitialized variable to stream (#4673)
|
2015-01-22 22:56:41 +01:00 |
PKEuS
|
da5a04f071
|
Fixed recently introduced FP in checkuninitvar.cpp if address of variable is passed to a function
|
2015-01-22 21:22:02 +01:00 |
PKEuS
|
4c76f71499
|
Reactivated old uninitialized variable checker which I accidentially disabled in previous commit
|
2015-01-22 17:34:22 +01:00 |
PKEuS
|
f4d11a4209
|
Fixed false negatives on try and non-executable scopes in checkUninitVar, removed unnecessary function parameters
|
2015-01-22 13:55:19 +01:00 |
PKEuS
|
bdae9064ea
|
Support throw in checkleakautovar.cpp
|
2015-01-22 11:12:26 +01:00 |
PKEuS
|
331a6b66be
|
Fixed internal message
|
2015-01-22 10:53:53 +01:00 |
orbitcowboy
|
71d5e6b232
|
Merge branch 'master' of https://github.com/danmar/cppcheck
|
2015-01-22 06:54:46 +01:00 |
PKEuS
|
7c60fe4aef
|
Fixed crash introduced by last commit.
|
2015-01-22 10:51:06 +01:00 |
PKEuS
|
7364cc8040
|
Fixed false positive in fityk: operator new calling constructor
|
2015-01-22 10:37:31 +01:00 |
orbitcowboy
|
a7ded1e19f
|
Merge branch 'master' of https://github.com/danmar/cppcheck
|
2015-01-22 06:53:23 +01:00 |
orbitcowboy
|
2cfb286558
|
Added test case for #5412.
|
2015-01-22 06:53:11 +01:00 |
orbitcowboy
|
dd241501f3
|
Added test case for #6341.
|
2015-01-22 06:37:09 +01:00 |
Daniel Marjamäki
|
57404ae80a
|
Merge pull request #499 from versat/patch-1
Update microsoft_sal.cfg
|
2015-01-22 08:31:19 +01:00 |
Sebastian
|
b7972d5e1d
|
Update microsoft_sal.cfg
Removed some redundant entries
|
2015-01-22 08:10:26 +01:00 |