booga
|
52e2e775b2
|
Fix #476 STL Container checks.
Fix #473 Add post increment check for STL objects and Classes.
|
2009-07-24 18:36:15 -04:00 |
Daniel Marjamäki
|
456c20b705
|
fixed todo test case - detect iterator usage after push_front|push_back
|
2009-07-14 12:40:47 +02:00 |
Kimmo Varis
|
6393498966
|
Astyle fixes.
|
2009-07-13 16:51:35 +03:00 |
Daniel Marjamäki
|
7d35447d80
|
refactoring: renamed the severity "all" to "possible error"
|
2009-07-13 10:16:31 +02:00 |
Daniel Marjamäki
|
89115bd417
|
doc: added more information when '--verbose' is used for these error messages:
* dangerous usage of erase
* overlapping data buffer
|
2009-07-08 12:57:36 +02:00 |
Reijo Tomperi
|
58eda6e978
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
http://apps.sourceforge.net/trac/cppcheck/ticket/325
|
2009-05-30 08:48:12 +03:00 |
Daniel Marjamäki
|
f182365bd2
|
Applied patch 0001-Use-Token-simpleMatch-instead-of-Token-Match-w
Author: php-coder
Ticket: http://apps.sourceforge.net/trac/cppcheck/ticket/323
|
2009-05-21 17:55:52 +02:00 |
Daniel Marjamäki
|
2e61201c18
|
STL: It is ok to compare vector iterators with <
https://apps.sourceforge.net/trac/cppcheck/ticket/313
|
2009-05-17 18:58:32 +02:00 |
Daniel Marjamäki
|
80fe293c19
|
stl: removed false positives for STL buffer overruns. Bailing out when it can't be checked if the index is ok or not. (#285)
|
2009-05-06 21:55:04 +02:00 |
Daniel Marjamäki
|
3819c66f36
|
stl: Fixed ticket #277 - dereferencing an iterator that has been erased
|
2009-05-03 07:37:39 +02:00 |
Daniel Marjamäki
|
ad4c7993d1
|
stl: checking that iterator is used against a single container
|
2009-04-29 20:16:04 +02:00 |
Daniel Marjamäki
|
f9795988eb
|
checkstl: Check for invalid pointer to vector element
|
2009-04-28 21:18:02 +02:00 |
Daniel Marjamäki
|
ebd15cec0f
|
push_back: updated the checking of push_back (#263)
|
2009-04-25 17:14:02 +02:00 |
Daniel Marjamäki
|
7750f327ff
|
STL boundries: added new check written by Bill Eggert (#247)
|
2009-04-13 17:48:13 +02:00 |
Reijo Tomperi
|
1f53fb7149
|
Fix ticket #248 (STL erase check broken?)
http://apps.sourceforge.net/trac/cppcheck/ticket/248
|
2009-04-10 14:27:36 +03:00 |
Daniel Marjamäki
|
468ed653e2
|
refactoring error messages
|
2009-03-21 17:58:13 +01:00 |
Daniel Marjamäki
|
aee39ae929
|
refactoring - handling the stlOutOfBounds error message the new way
|
2009-03-21 14:20:10 +01:00 |
Daniel Marjamäki
|
0ed425d105
|
refactoring
|
2009-03-20 20:21:54 +01:00 |
Daniel Marjamäki
|
272d455e2d
|
refactoring: generate error message in the class
|
2009-03-20 20:09:44 +01:00 |
Daniel Marjamäki
|
e6e778e45f
|
refactoring
|
2009-03-20 17:15:51 +01:00 |
Daniel Marjamäki
|
5565be0c74
|
refactoring: minor cleanup
|
2009-03-19 21:20:08 +01:00 |
Daniel Marjamäki
|
16b6a7a605
|
refactoring: loop through all Check instances and execute the runChecks function
|
2009-03-19 19:24:13 +01:00 |
Daniel Marjamäki
|
47d7ff983f
|
refactoring: removed the changes to the error handling
|
2009-03-19 18:39:20 +01:00 |
Daniel Marjamäki
|
a573c62cd5
|
refactoring: first step - started with checkstl
|
2009-03-18 22:40:38 +01:00 |
Reijo Tomperi
|
28475b2986
|
Fix ticket #135 (Add option to control main() exit value)
|
2009-03-06 02:03:31 +02:00 |
Reijo Tomperi
|
6fcb89f136
|
Fix segmentation fault that happens with invalid code.
|
2009-03-05 23:22:00 +02:00 |
Reijo Tomperi
|
fc8f47145a
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
Daniel Marjamäki
|
2b04c94b95
|
stl push_back: Added check (invalid iterator)
|
2009-02-18 19:57:43 +00:00 |
Daniel Marjamäki
|
f4a3119c18
|
stl dangerous usage of erase: Added test cases about using return and goto
|
2009-02-11 16:20:32 +00:00 |
Daniel Marjamäki
|
eda1290e40
|
dangerous usage of erase: added check
|
2009-02-11 05:08:29 +00:00 |
Daniel Marjamäki
|
71b4e5a912
|
stl: added testcase for bad iterator usage
|
2009-02-10 20:01:39 +00:00 |
Reijo Tomperi
|
4660b7648d
|
Moved stloutofbounds check to CheckStl class.
|
2009-02-10 19:56:00 +00:00 |
Daniel Marjamäki
|
5dd1e84cf3
|
astyle coding style update
|
2009-02-10 19:41:22 +00:00 |
Daniel Marjamäki
|
c1638996f9
|
STL: added check for iterator usage
|
2009-02-10 19:40:21 +00:00 |