Daniel Marjamäki
|
531d0fa685
|
Fixed #965 (Division by zero false positive with nested macros)
|
2009-11-20 20:42:28 +01:00 |
Slava Semushin
|
41b2a52915
|
Fixed #990 (Tokenizer::simplifyIfAddBraces() handle case where statement after if doesn't end by semicolon)
http://sourceforge.net/apps/trac/cppcheck/ticket/990
|
2009-11-21 01:40:46 +06:00 |
Daniel Marjamäki
|
91f7c15c24
|
Fixed #960 (Tokenizer::validate() assertion failure with mismatched brackets)
|
2009-11-20 20:10:42 +01:00 |
Daniel Marjamäki
|
7890589693
|
Fixed #912 (### Unlogged error at Tokenizer::syntaxError: Invalid number of character (())
|
2009-11-20 19:18:57 +01:00 |
Reijo Tomperi
|
d5e7d688d2
|
Fix #864 (GUI fails to open second position for multi-line errors)
Apply patch from robertreif
http://sourceforge.net/apps/trac/cppcheck/ticket/864
|
2009-11-20 00:43:46 +02:00 |
Reijo Tomperi
|
74cefb7f3a
|
Fix #981 (GUI saves report with wrong extension)
Apply patch from robertreif
http://sourceforge.net/apps/trac/cppcheck/ticket/981
|
2009-11-20 00:19:44 +02:00 |
Slava Semushin
|
5369965e55
|
Fixed #983 (Tokenizer::simplifyTypedef() incorrectly substitute type inside namespace)
http://sourceforge.net/apps/trac/cppcheck/ticket/983
|
2009-11-20 00:02:16 +06:00 |
Reijo Tomperi
|
a5e4f957fa
|
Add execution parameters to codeblocks project file: p.cpp --debug
|
2009-11-19 00:49:26 +02:00 |
Reijo Tomperi
|
7ddc4f4e02
|
Fix #971 (Preprocessor: Handle partial macro in macro)
http://sourceforge.net/apps/trac/cppcheck/ticket/971
|
2009-11-19 00:34:00 +02:00 |
Daniel Marjamäki
|
42ffea4f16
|
Fixed #968 (False positive when TEMP_FAILURE_RETRY used)
|
2009-11-18 17:17:37 +01:00 |
Reijo Tomperi
|
8f07e2711c
|
Added a few TODO test cases for #971 (Invalid number of characters (())
http://sourceforge.net/apps/trac/cppcheck/ticket/971
|
2009-11-18 00:21:21 +02:00 |
Reijo Tomperi
|
bd2ca8babd
|
astyle fix
|
2009-11-17 22:15:25 +02:00 |
Daniel Marjamäki
|
a3a3ff4349
|
fixed testcase so it's valid syntax
|
2009-11-17 19:06:53 +01:00 |
Slava Semushin
|
42c5025000
|
Fixed #970 (Tokenizer: Incorrect comparison order simplification)
Revert changes from 11cb7b4710 commit
for lib/tokenize.cpp (fixed it by another way).
Teach unsignedint() to expand "unsigned" in casts.
http://sourceforge.net/apps/trac/cppcheck/ticket/970
|
2009-11-18 00:05:18 +06:00 |
Daniel Marjamäki
|
7126524afc
|
manual: refactorings
|
2009-11-16 18:01:47 +01:00 |
Daniel Marjamäki
|
40f2265abf
|
robertreif: Fixed #442 (Filter duplicate errors in GUI)
|
2009-11-16 17:09:30 +01:00 |
Daniel Marjamäki
|
9207f7ade5
|
robertreif: Fixed #726 (GUI: Fix quoting of paths with spaces in Windows)
|
2009-11-16 17:02:28 +01:00 |
Daniel Marjamäki
|
d866c174cf
|
Fixed
|
2009-11-15 20:26:07 +01:00 |
Daniel Marjamäki
|
2cbda0cfe4
|
Manual: Minor refactorings. Added a simple build script
|
2009-11-15 20:04:05 +01:00 |
Daniel Marjamäki
|
469a8e4032
|
Fixed #925 (uninitialized deletion not detected)
|
2009-11-15 20:01:57 +01:00 |
Daniel Marjamäki
|
95c898f37b
|
Fixed #891 (false positive: division by zero)
|
2009-11-15 19:07:36 +01:00 |
Daniel Marjamäki
|
5616a9569e
|
gui: fixed compiler error
|
2009-11-15 17:47:23 +01:00 |
Daniel Marjamäki
|
395c0055e4
|
manual: better description of --enable (#883)
|
2009-11-15 16:50:54 +01:00 |
Reijo Tomperi
|
54c6d8ab2c
|
Minor fix to previous commit
|
2009-11-15 17:49:47 +02:00 |
Reijo Tomperi
|
9275b49688
|
Fix #964 (Integer division by zero exception)
http://sourceforge.net/apps/trac/cppcheck/ticket/964
|
2009-11-15 17:44:30 +02:00 |
Daniel Marjamäki
|
f569edc614
|
manual: updated the manpage regarding --enable (#883)
|
2009-11-15 15:47:57 +01:00 |
Daniel Marjamäki
|
caa9707e33
|
help screen updates for the --enable command (#883)
|
2009-11-15 15:36:57 +01:00 |
Daniel Marjamäki
|
2b1b7f78f5
|
Fixed #883 (Add new command line argument --enable)
|
2009-11-15 15:24:33 +01:00 |
Slava Semushin
|
6669a50634
|
Fixed #842 (out of bounds: when buffer is allocated with malloc)
http://sourceforge.net/apps/trac/cppcheck/ticket/842
|
2009-11-15 18:38:57 +06:00 |
Slava Semushin
|
3911dd79cb
|
Fixed #900 (Improve out-of-bounds check to detect error with "new char(x)")
http://sourceforge.net/apps/trac/cppcheck/ticket/900
|
2009-11-15 18:04:17 +06:00 |
Daniel Marjamäki
|
822f64ec9a
|
Fixed #953 (false positive: 'uninitialized variable' with function pointer)
|
2009-11-15 12:42:04 +01:00 |
Daniel Marjamäki
|
b5cbc509f3
|
Fixed #483 (False positive: found leak when foreach for lists used)
|
2009-11-15 10:30:00 +01:00 |
Daniel Marjamäki
|
14fd0154d2
|
memory leaks: simple code cleanup
|
2009-11-15 09:53:38 +01:00 |
Daniel Marjamäki
|
5dd7b054f9
|
Fixed #915 (false positive: memory leak for struct member (allocated in condition)
|
2009-11-15 09:28:08 +01:00 |
Daniel Marjamäki
|
ebf907cbc0
|
Fixed #936 (false positive: uninitialized variable '.. else return; .. ')
|
2009-11-14 20:37:54 +01:00 |
Daniel Marjamäki
|
91433587d2
|
manual: some minor refactorings
|
2009-11-14 15:17:06 +01:00 |
Daniel Marjamäki
|
99c6d11c70
|
removed command line flag --exception-safety from the help page
|
2009-11-14 14:02:54 +01:00 |
Slava Semushin
|
11cb7b4710
|
Fixed #961 (Tokenizer: call simplifyCasts() before removing "unsigned" keyword)
http://sourceforge.net/apps/trac/cppcheck/ticket/961
|
2009-11-14 17:01:59 +06:00 |
Daniel Marjamäki
|
3097444438
|
Manual: Minor refactorings
|
2009-11-14 11:01:09 +01:00 |
Daniel Marjamäki
|
fee96f3cd6
|
Fixed #944 (new false positives against Wine Git Tree)
|
2009-11-14 09:06:28 +01:00 |
Daniel Marjamäki
|
ec6d66ff45
|
Fixed #913 (false positive: uninitialized variable)
|
2009-11-14 08:00:17 +01:00 |
Daniel Marjamäki
|
a36c410d45
|
Preprocessor: When #error is encountered the result is an empty string => don't check configuration
|
2009-11-13 22:12:29 +01:00 |
Daniel Marjamäki
|
1187587521
|
Fixed #919 (possible memory leak not detected)
|
2009-11-13 20:22:28 +01:00 |
Slava Semushin
|
2ec5438186
|
Fixed #954 (Tokenizer: correctly simplify sizeof of class members)
http://sourceforge.net/apps/trac/cppcheck/ticket/954
|
2009-11-14 01:07:44 +06:00 |
Daniel Marjamäki
|
6384b83938
|
manual: added the section 'introduction'
|
2009-11-13 18:41:27 +01:00 |
Reijo Tomperi
|
c4244ac9e8
|
Fix #945 (Array index out of bounds not detected, because of "int const")
http://sourceforge.net/apps/trac/cppcheck/ticket/945
|
2009-11-12 23:49:39 +02:00 |
Reijo Tomperi
|
3d5760b149
|
Fix #947 (Errors not detected when size_t is used instead of int)
http://sourceforge.net/apps/trac/cppcheck/ticket/947
|
2009-11-12 23:31:13 +02:00 |
Reijo Tomperi
|
0518eed937
|
Fix #946 (False positive: Buffer access out-of-bounds)
http://sourceforge.net/apps/trac/cppcheck/ticket/946
|
2009-11-12 23:24:44 +02:00 |
Daniel Marjamäki
|
b2cec721c0
|
Fixed #951 (Preincremented struct member confused with numeric constant)
|
2009-11-12 22:16:24 +01:00 |
Reijo Tomperi
|
d2db4d3a27
|
Test case for #903 (segmentation fault of cppcheck)
http://sourceforge.net/apps/trac/cppcheck/ticket/903
|
2009-11-12 21:04:11 +02:00 |