Robert Reif
|
c3c3eb74e8
|
fix #2929 (Additional Unused variable check)
|
2011-07-21 18:37:37 -04:00 |
Robert Reif
|
cc1ecccd01
|
fix #2928 (False positive (static variable misinterpreted as auto variable))
|
2011-07-21 18:20:19 -04:00 |
Daniel Marjamäki
|
fb3870071a
|
Fixed #2885 (crash of cppcheck while checking gcc-testsuite)
|
2011-07-21 16:13:35 +02:00 |
Daniel Marjamäki
|
31e3844f3f
|
Fixed #2856 (--errorlist not printing all auto-variable errors)
|
2011-07-21 14:50:38 +02:00 |
Daniel Marjamäki
|
d34a778848
|
Fixed #2848 (False positive: Memory leak when assigning and freeing from another struct)
|
2011-07-21 13:33:20 +02:00 |
Daniel Marjamäki
|
9f22d2fc6b
|
Fixed #2897 (out of bounds false positive, using reinterpret_cast)
|
2011-07-21 09:32:24 +02:00 |
Robert Reif
|
32f94a47cc
|
fix #2925 (False negative: auto variables - assigning address of array to function parameter)
|
2011-07-20 19:02:54 -04:00 |
Daniel Marjamäki
|
7e7f6eecf5
|
Fixed #2794 (Improper hanling of preprocessor directives #if defined)
|
2011-07-20 23:50:57 +02:00 |
Daniel Marjamäki
|
f0a7cc5961
|
Merge pull request #28 from bwy/master
Fix "auto_ptr assignment" false positive
|
2011-07-20 10:45:49 -07:00 |
Benjamin Wolsey
|
e6d8f3fb73
|
Fix tested auto_ptr false positive.
|
2011-07-20 19:17:59 +02:00 |
Daniel Marjamäki
|
5ea79677a3
|
Fixed #2924 (Unable to turn on unused function detection from command line)
|
2011-07-20 11:12:08 +02:00 |
Daniel Marjamäki
|
6ce5107e49
|
Tokenizer: Better handling of constants. Related with #2920
|
2011-07-20 09:07:47 +02:00 |
Daniel Marjamäki
|
3cfef6285c
|
Fixed #2920 (False positive: Array 'arr[0]' index 0 out of bounds (array size and index are unknown))
|
2011-07-20 07:57:42 +02:00 |
Daniel Marjamäki
|
b66e6e73db
|
Fixed #2917 (Problem with || in #if)
|
2011-07-18 21:44:23 +02:00 |
Robert Reif
|
ed30edf9d3
|
simplify CheckOther::checkIncorrectLogicOperator() by using more pattern matching
|
2011-07-18 07:34:49 -04:00 |
Robert Reif
|
76d0872c0d
|
made #2827 fix more generic by adding more ops and using pattern matching rather than string matching
|
2011-07-17 16:28:00 -04:00 |
Daniel Marjamäki
|
7dcb68f5a4
|
CheckBufferOverrun: Detect overflows when buffer is allocated with alloca
|
2011-07-17 09:35:51 +02:00 |
Robert Reif
|
4149617978
|
fix #2827 to use numeric comparisons
|
2011-07-16 23:05:35 -04:00 |
Robert Reif
|
430d22032d
|
fix #2827 condition always false or true)
|
2011-07-16 22:06:23 -04:00 |
Daniel Marjamäki
|
35938e74ad
|
Tokenizer: better handling of 'struct AB ab; sizeof(ab)'
|
2011-07-16 22:07:30 +02:00 |
Daniel Marjamäki
|
cf3ab649fb
|
Fixed #2873 (segmentation fault of cppcheck while scanning rose-compiler suite)
|
2011-07-16 19:26:11 +02:00 |
Daniel Marjamäki
|
597733bec4
|
Tokenizer: minor update to handle C# code better
|
2011-07-16 18:12:55 +02:00 |
Daniel Marjamäki
|
35178cc161
|
Fixed #2912 (false positive: (portability) Assigning an integer (int/long/etc) to a pointer is not portable)
|
2011-07-16 17:08:03 +02:00 |
Daniel Marjamäki
|
c55b0ff651
|
Fixed #2871 (Define in source not set when -D is used)
|
2011-07-16 16:59:06 +02:00 |
Daniel Marjamäki
|
c299d02dba
|
astyle formatting
|
2011-07-16 09:32:35 +02:00 |
Daniel Marjamäki
|
07a1222ac6
|
Preprocessor: fix handling of (1&&2) condition
|
2011-07-16 09:24:27 +02:00 |
Daniel Marjamäki
|
274fd2b985
|
Tokenizer: Fix minor problem with 'X&&Y'
|
2011-07-15 19:37:39 +02:00 |
Daniel Marjamäki
|
d78d8660ab
|
astyle formatting
|
2011-07-15 19:02:16 +02:00 |
John Smits
|
7f2d62cbde
|
Fixed #2882 (One-character token can be mistaken for a multiCompare)
|
2011-07-15 19:01:36 +02:00 |
Robert Reif
|
af1e51f648
|
fix some more false negatives for #2904 (Memory leak not detected when creating a new class instance)
|
2011-07-14 20:45:27 -04:00 |
Zachary Blair
|
997a3652d2
|
Fixed #2822 (New check: Duplicate break statements in switch)
|
2011-07-14 17:12:56 -07:00 |
Robert Reif
|
270b2b1772
|
fix #2904 (Memory leak not detected when creating a new class instance)
|
2011-07-14 19:15:59 -04:00 |
Daniel Marjamäki
|
66d145ba1c
|
Fixed #2892 (false positive: (portability) Assigning an address value to the integer (int/long/etc) type is not portable)
|
2011-07-07 15:14:33 +02:00 |
Daniel Marjamäki
|
4055b0ec5f
|
64-bit portability: fixed two of the TODO test cases. Ticket: #2791
|
2011-07-06 17:57:39 +02:00 |
Daniel Marjamäki
|
827fb01ec1
|
updated error message about assigning address to integer. Thanks Kimmo for the suggestion.
|
2011-07-06 12:57:45 +02:00 |
Daniel Marjamäki
|
8f0f184058
|
64-bit checking: Added simple check for assigning pointer address to int/long. Ticket: #2791
|
2011-07-06 08:55:17 +02:00 |
Daniel Marjamäki
|
0007351ef4
|
spell check of error message. contant => constant
|
2011-07-05 19:59:58 +02:00 |
Daniel Marjamäki
|
8cd2c3115e
|
Fixed #2866 (Detect sign extension bugs)
|
2011-07-05 18:41:27 +02:00 |
Greg Hewgill
|
657b003dc8
|
Fix spelling error in warning identifier
|
2011-07-05 19:54:23 +12:00 |
Daniel Marjamäki
|
982b645ff4
|
Fixed #2775 (Uninitialized variable: Not detected when uninitialized struct pointer is dereferenced in sub function)
|
2011-07-04 21:04:32 +02:00 |
Robert Reif
|
b143b283e9
|
fix #2886 (crash of cppcheck ( typedef struct x { } ))
|
2011-07-03 10:50:15 -04:00 |
Robert Reif
|
8ec1dfacbf
|
fix missing pop in Tokenizer::simplifyStructDecl() when anonymous struct/union removed
|
2011-07-03 08:14:51 -04:00 |
Robert Reif
|
b32b2c6d87
|
add support for checking unused std::string local variables
|
2011-07-02 19:25:10 -04:00 |
Robert Reif
|
3f4cc5fa3a
|
add class A {} a; -> class A {}; A a; conversion capability to Tokenizer::simplifyStructDecl()
|
2011-07-02 09:21:30 -04:00 |
Robert Reif
|
d447e61b09
|
fix #2884 (Integer overflow warning in 64-bit build)
|
2011-07-01 16:59:17 -04:00 |
Daniel Marjamäki
|
db4a28d60b
|
Tokenizer::simplifyGoto: Only simplify the last label in the function. If there are many labels in the same function and all labels are simplified, this function becomes very slow.
|
2011-07-01 18:07:41 +02:00 |
Robert Reif
|
301e59cea0
|
fix false positive for unused local class/struct variable
|
2011-07-01 08:45:29 -04:00 |
Robert Reif
|
18e6509c5d
|
add support in CheckOther::functionVariableUsage() for checking structures that are declared with struct keyword
|
2011-07-01 07:42:20 -04:00 |
Robert Reif
|
3225c9dd9b
|
cleanup isStatic in CheckOther::functionVariableUsage()
|
2011-07-01 07:15:59 -04:00 |
Robert Reif
|
7826b5e22d
|
add support for detecting unused function variables of type class or struct
|
2011-06-30 21:58:11 -04:00 |