Lena Herscheid
|
e23038c4de
|
Fixed #4775 (Check for assert() with side effects)
|
2013-05-07 21:35:16 +02:00 |
Daniel Marjamäki
|
67979f00be
|
ErrorLogger: Make sure Token class is known
|
2013-05-07 18:18:15 +02:00 |
Frank Zingsheim
|
bca751b9f4
|
Fixed #4773 (Regression: wrong detection of unitialized variable)
|
2013-05-06 18:45:00 +02:00 |
Daniel Marjamäki
|
4659745106
|
Fixed #4786 (segfault with one LibreOffice file)
|
2013-05-06 16:56:34 +02:00 |
Daniel Marjamäki
|
3f5a858800
|
dmake: update Makefile
|
2013-05-05 09:22:04 +02:00 |
Daniel Marjamäki
|
ea60c5b14b
|
CheckBufferOverrun: Code cleanup
|
2013-05-05 08:14:19 +02:00 |
Daniel Marjamäki
|
079d22fbee
|
Fixed #4734 (False 'Possible null pointer dereference')
|
2013-05-03 16:18:44 +02:00 |
Zachary Blair
|
de8ee5b042
|
Fixed #4554 (false negative: buffer access out of bounds)
|
2013-05-02 21:50:48 -07:00 |
Daniel Marjamäki
|
bfb1bc50e3
|
Fixed #4760 (false negative: (error) usage of uninitialized variable (struct member))
|
2013-05-02 20:34:15 +02:00 |
Alexander Mai
|
957e0790c6
|
Tokenizer::setVarId: assert that strange code with same type names and variable names work. Ticket: #3990
|
2013-05-01 18:50:35 +02:00 |
Daniel Marjamäki
|
44cb070e13
|
Fixed #4737 (False positive: Uninitialized variable 'do_something(&((char*)&var)[0],1);')
|
2013-05-01 13:52:28 +02:00 |
Frank Zingsheim
|
42068a3d60
|
Fixed #4767 (segmentation fault in expand template)
|
2013-05-01 13:28:01 +02:00 |
Daniel Marjamäki
|
287782a679
|
Fixed #4390 (False alarm 'Object pointed by an auto_ptr is destroyed using operator delete. You should not use auto_ptr for pointers obtained with operator new[].')
|
2013-05-01 11:11:57 +02:00 |
Daniel Marjamäki
|
b2798e929d
|
Improved fix for #4455, no false negatives if variable is used before first memset
|
2013-04-30 16:56:44 +02:00 |
Daniel Marjamäki
|
cf75e2bb28
|
astyle formatting
|
2013-04-30 06:44:50 +02:00 |
Daniel Marjamäki
|
47ef8cf455
|
Fixed #4455 (redundantCopy when precleaning with memset)
|
2013-04-30 06:43:16 +02:00 |
Zachary Blair
|
1f97e0e5df
|
Ticket #4510 - Reduced the scope of the safeFunctions variable to avoid a cppcheck style issue
|
2013-04-26 20:06:17 -07:00 |
Baris Demiray
|
548dd42aaf
|
Fixed #933 (Leaks with struct members not detected)
|
2013-04-26 16:11:57 +02:00 |
Zachary Blair
|
2bc67d72c2
|
Ticket #4510 - Fixed a Travis build error resulting from reporting a warning when warnings are not enabled
|
2013-04-26 00:19:39 -07:00 |
Zachary Blair
|
35668380cf
|
Fixed #4510 (False positive: "Possible null pointer dereference if the default parameter value is used" after init)
|
2013-04-25 00:25:56 -07:00 |
Daniel Marjamäki
|
c3d1274db3
|
Reverted 'simplify NOT' since there are problems related to signedness of numeric values.
|
2013-04-24 06:32:34 +02:00 |
Daniel Marjamäki
|
e1dd14626c
|
Fixed #4735 (FP: Mismatching assignment and comparison)
|
2013-04-23 06:47:15 +02:00 |
Daniel Marjamäki
|
a5b044a6e2
|
Fixed #4754 (False positive: Map literals trigger redundant code warning)
|
2013-04-20 07:51:44 +02:00 |
Daniel Marjamäki
|
9f8ce6f77f
|
Fixed #4729 (Tokenizer::setVarId: Varid not tracked properly after function declaration with 'shadow' parameter name)
|
2013-04-19 18:36:16 +02:00 |
Daniel Marjamäki
|
8d9ad2ae0d
|
TestTokenizer: Renamed test functions so they match the function names used in the Tokenizer (simplifyRoundCurlyParentheses)
|
2013-04-19 06:42:09 +02:00 |
Daniel Marjamäki
|
e3be600479
|
TestTokenizer: Renamed test functions so they match the function names used in the Tokenizer
|
2013-04-18 16:13:58 +02:00 |
PKEuS
|
c2664a063e
|
Use existing Standards object instead of creating new one
Made const dummy variable static
|
2013-04-18 04:24:09 -07:00 |
Daniel Marjamäki
|
80cb2a9b20
|
Updated TestUninitVar test cases. They should not have unsimplified code.
|
2013-04-17 21:06:19 +02:00 |
Daniel Marjamäki
|
4e65800adf
|
TestRunner: Updated warning message when there is unsimplified code
|
2013-04-16 16:54:19 +02:00 |
Ettl Martin
|
21f9adf15e
|
Merge branch 'master' of github.com:danmar/cppcheck
|
2013-04-16 11:26:08 +02:00 |
Ettl Martin
|
cb343bd718
|
fixed typo in reporting Error
|
2013-04-16 11:25:45 +02:00 |
PKEuS
|
cf5d8fa3df
|
Use Token::link() instead of Token::findClosingBracket() whereever possible
|
2013-04-15 13:48:28 -07:00 |
Daniel Marjamäki
|
fdac502c39
|
Simplified TestNullPointer test cases
|
2013-04-15 19:00:15 +02:00 |
Daniel Marjamki
|
9007345221
|
Simplified TestOther test cases
|
2013-04-13 20:17:53 +02:00 |
Daniel Marjamäki
|
37a87d2f9d
|
Simplified TestClass test cases
|
2013-04-13 19:11:07 +02:00 |
Daniel Marjamäki
|
dd6a806ada
|
TestBoost: Warn if test case is not simplified properly
|
2013-04-13 18:42:56 +02:00 |
Daniel Marjamäki
|
8c6637c79c
|
TestBool: Warn if test case is not simplified properly
|
2013-04-13 18:41:06 +02:00 |
Daniel Marjamäki
|
25582dbde7
|
Simplify TestAutoVariables test cases
|
2013-04-13 18:38:15 +02:00 |
Daniel Marjamäki
|
b42ec0fe8b
|
Simplify TestAssignIf test cases (else if)
|
2013-04-13 18:23:53 +02:00 |
Daniel Marjamäki
|
393c75af70
|
Simplified remaining TestBufferOverrun test cases
|
2013-04-13 15:49:15 +02:00 |
Daniel Marjamäki
|
cbe2cdafcf
|
Simplify TestBufferOverrun test cases (casts, pointer addition, calculation)
|
2013-04-13 13:58:21 +02:00 |
Daniel Marjamäki
|
fe911f92e1
|
Simplify TestBufferOverrun test cases (known variable value)
|
2013-04-13 13:13:13 +02:00 |
PKEuS
|
6f9886a1b9
|
Removed more duplicate unit tests
|
2013-04-13 02:07:18 -07:00 |
Daniel Marjamäki
|
78d3aef40e
|
Simplified TestBufferOverrun test cases (sizeof, known variable value)
|
2013-04-13 11:01:19 +02:00 |
PKEuS
|
693c6e84cb
|
Removed more duplicate unit tests
|
2013-04-13 01:49:17 -07:00 |
PKEuS
|
8e4f99884b
|
Removed more duplicate unit tests
|
2013-04-13 00:49:00 -07:00 |
Daniel Marjamäki
|
3b880f9e2e
|
Simplified TestBufferOverrun test cases (sizeof, known variables, casts, etc)
|
2013-04-13 08:19:14 +02:00 |
Daniel Marjamäki
|
7871f16e9d
|
Simplified TestBufferOverrun::readlink test cases (sizeof)
|
2013-04-13 07:31:15 +02:00 |
Daniel Marjamäki
|
6afdd1b7c0
|
Simplified TestBufferOverrun::readlinkat test cases (sizeof, known variables)
|
2013-04-13 07:22:01 +02:00 |
PKEuS
|
cdce755471
|
Removed duplicate unit tests in testbufferoverrun.cpp
|
2013-04-12 12:17:08 -07:00 |