Robert Reif
|
3a46ef0487
|
Fixed #1176 (void operator = check doesn't support struct)
|
2009-12-30 18:40:02 +01:00 |
Daniel Marjamäki
|
d83131ca92
|
Fixed #1041 (passing a nullpointer to a reference)
|
2009-12-30 17:42:41 +01:00 |
Daniel Marjamäki
|
a7ab47bb98
|
Fixed #1067 (Tokenizer: K&R style function that returns function pointer)
|
2009-12-30 15:12:38 +01:00 |
Daniel Marjamäki
|
06ee643c6a
|
Fixed #1177 (False positive: pointer is not dereferenced 'sizeof(*p)')
|
2009-12-30 11:32:46 +01:00 |
Daniel Marjamäki
|
2de2ecafe4
|
Fixed #1168 (false positive: Uninitialized variable)
|
2009-12-30 08:24:27 +01:00 |
Daniel Marjamäki
|
2a28ca72cc
|
Fixed #1166 (improve check: using uninitialized pointer to create reference 'int &r(*p);')
|
2009-12-29 20:36:20 +01:00 |
Daniel Marjamäki
|
71b328d703
|
Robert Reif: Fixed #1163 (post increment test broken for complex template types)
|
2009-12-29 19:24:48 +01:00 |
Daniel Marjamäki
|
160f795710
|
Fixed #1165 (Tokenizer: wrong simplification of 'do { .. } while (0)' if the body contains continue or break)
|
2009-12-29 12:15:39 +01:00 |
Daniel Marjamäki
|
cfdf2b8cfe
|
Fixed #1160 (Null pointer dereference vs. goto)
|
2009-12-29 09:17:07 +01:00 |
Daniel Marjamäki
|
905533552d
|
Robert Reif: Fixed #1164 (only first void operator = found)
|
2009-12-29 07:48:37 +01:00 |
Daniel Marjamäki
|
84ce6ba75a
|
Robert Reif: Fixed #1162 (add support to tokenize typedefs with templates)
|
2009-12-29 07:28:00 +01:00 |
Daniel Marjamäki
|
61e61c1584
|
Robert Reif: Fixed #1158 ((possible style) message with regular check)
|
2009-12-28 18:06:26 +01:00 |
Daniel Marjamäki
|
28f2bf2150
|
Robert Reif: Fixed #1161 (add tokenize support for typedefs with enum definitions)
|
2009-12-28 17:57:52 +01:00 |
Daniel Marjamäki
|
9aca2e7680
|
Fixed #1156 ([False positive] Uninitialized variable - class member in constructor)
|
2009-12-28 12:51:28 +01:00 |
Daniel Marjamäki
|
197bcf17ba
|
Tokenizer: Simplify 'while (0)' better
|
2009-12-28 08:37:34 +01:00 |
Daniel Marjamäki
|
b1e963fe2c
|
Fixed another issue with #1154 (false positive: Data is allocated but not initialized)
|
2009-12-27 18:00:43 +01:00 |
Daniel Marjamäki
|
24c5f4d53c
|
astyle formatting
|
2009-12-27 17:46:24 +01:00 |
Daniel Marjamäki
|
1c0f3ee179
|
Fixed #1154 (false positive: Data is allocated but not initialized)
|
2009-12-27 17:35:18 +01:00 |
Daniel Marjamäki
|
738987a686
|
Fixed #1138 (improve check: dereferencing uninitialized pointer)
|
2009-12-27 17:20:34 +01:00 |
Martin Ettl
|
c3886a5803
|
added further testcases to testmathlib::convert(); now the conversion of +-[hexnumber|octalnumber] works correctly
|
2009-12-27 15:18:18 +01:00 |
Martin Ettl
|
f06adb18cd
|
added further testcases to testmathlib::isint()
|
2009-12-27 14:46:47 +01:00 |
Martin Ettl
|
c2b3cfccc9
|
extended testcases of mathlib; fixed zero conversion: +0 and -0 is converted to 0
|
2009-12-27 14:30:23 +01:00 |
Daniel Marjamäki
|
c7cede1d76
|
Fixed #972 (New check: return pointer of stack memory)
|
2009-12-27 13:08:41 +01:00 |
Daniel Marjamäki
|
fbfe5a4bd1
|
Fixed #1153 (False positive: uninitialized data for reinterpret_cast)
|
2009-12-27 09:27:05 +01:00 |
Daniel Marjamäki
|
afad0205c4
|
Fixed #1120 (Test compile warnings with Cygwin)
|
2009-12-26 17:49:05 +01:00 |
Daniel Marjamäki
|
ab7ffd2391
|
Uninitialized variables: Fixed false positive for 'if (ptr)'
|
2009-12-26 16:22:14 +01:00 |
Daniel Marjamäki
|
a82a085d10
|
Fixed #1151 (false positive: Data is allocated but not initialized)
|
2009-12-26 09:30:02 +01:00 |
Daniel Marjamäki
|
9819b75e17
|
ExecutionPath: Refactoring if-handling
|
2009-12-25 20:50:23 +01:00 |
Daniel Marjamäki
|
b5291825ce
|
Fixed #683 (wrong usage of strcmp)
|
2009-12-25 19:45:21 +01:00 |
Daniel Marjamäki
|
5925b88b38
|
Robert Reif: improve check: array index out of bounds, show name of array, array size and array index
|
2009-12-25 15:25:58 +01:00 |
Daniel Marjamäki
|
44a629ec74
|
Fixed #1141 (Tokenizer: Wrong simplification of calculations)
|
2009-12-25 14:47:15 +01:00 |
Daniel Marjamäki
|
9b05850e97
|
fixed unit testing
|
2009-12-23 20:00:12 +01:00 |
Daniel Marjamäki
|
ea51c3e098
|
Refactoring the uninitialized variable / null pointer checks so they use a common function to inspect function calls
|
2009-12-23 19:51:32 +01:00 |
Daniel Marjamäki
|
a7d48f2eb4
|
Fixed #1147 (Improve check: return uninitialized variable)
|
2009-12-23 17:55:03 +01:00 |
Daniel Marjamäki
|
b6c320de8a
|
Fixed false positives about uninitialized variables
|
2009-12-23 15:01:23 +01:00 |
Daniel Marjamäki
|
ef21ba7425
|
Fixed #1137 (false positive: uninitialized variable when using a class object)
|
2009-12-23 13:57:01 +01:00 |
Daniel Marjamäki
|
5a89cc3259
|
Robert Reif: Fixed #1139 (false negative: CheckOther::postIncrement() only finds at most one problem)
|
2009-12-23 13:38:54 +01:00 |
Daniel Marjamäki
|
fe74c65c89
|
Robert Reif: code cleanup
|
2009-12-23 12:17:48 +01:00 |
Daniel Marjamäki
|
2bd60ab6c8
|
Fixed #1133 (Uninitialized array: strchr, strrchr, etc)
|
2009-12-22 21:08:29 +01:00 |
Daniel Marjamäki
|
566cfce8da
|
Fixed #1128 (false positive: Data is allocated but not initialized)
|
2009-12-22 21:00:52 +01:00 |
Daniel Marjamäki
|
c05aebbc0a
|
Fixed #1112 (cppcheck fails because of accented characters in comments)
|
2009-12-22 20:38:12 +01:00 |
Daniel Marjamäki
|
4dac46b2d7
|
Fixed #1127 (Segfault with template)
|
2009-12-22 20:10:08 +01:00 |
Daniel Marjamäki
|
aaf908bd5e
|
astyle formatting
|
2009-12-22 19:18:02 +01:00 |
Daniel Marjamäki
|
11da89784f
|
Eric Sesterhenn: Fixed #1130 (False positive uninitialized variable)
|
2009-12-22 19:16:34 +01:00 |
Daniel Marjamäki
|
b4b63789fc
|
Eric Sesterhenn: Fixed #1131 (descriptor leak false positive)
|
2009-12-22 19:13:46 +01:00 |
Daniel Marjamäki
|
5b87a51aa5
|
Robert Reif: Fixed #1108 (Only trivial typedefs are tokenized properly)
|
2009-12-22 19:10:33 +01:00 |
Daniel Marjamäki
|
2e0566bf7a
|
Fixed #1096 (Non-obvious error message: Overlapping data buffer)
|
2009-12-21 21:05:55 +01:00 |
Daniel Marjamäki
|
72bf1c1dbe
|
Fixed #1095 (Non-obvious error message: Dangerous usage of erase)
|
2009-12-21 20:49:16 +01:00 |
Daniel Marjamäki
|
83d5a72659
|
Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function))
|
2009-12-21 20:04:55 +01:00 |
Daniel Marjamäki
|
b3b07321ca
|
ericsesterhenn: Fixed #1091 (improve check: nullpointer dereference not detected)
|
2009-12-21 19:09:13 +01:00 |