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
|
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 |
Reijo Tomperi
|
e83db8ac7b
|
Fix ticket #288 (Tokenizer::syntaxError should use error logger instead of std::cout)
http://apps.sourceforge.net/trac/cppcheck/ticket/288
|
2009-05-11 22:52:04 +03:00 |
Reijo Tomperi
|
dd8b738f7f
|
Initial fix for ticket #283 (segmentation fault when checking xterm sources)
http://apps.sourceforge.net/trac/cppcheck/ticket/283
It should print out error message now instead of crashing. Cleanup is needed.
|
2009-05-07 23:17:29 +03: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
|
0dacb4b1ca
|
stl: added a ticket for the todo test case TestStl::eraseDereference
|
2009-05-02 21:35:35 +02:00 |
Daniel Marjamäki
|
50567c164f
|
stl: added todo test case, invalid iterator after insert
|
2009-05-02 20:49:58 +02:00 |
Daniel Marjamäki
|
b46777235d
|
stl: added todo test case, erasing invalid iterator
|
2009-05-02 20:39:51 +02:00 |
Daniel Marjamäki
|
e11449bd58
|
stl: added test case, dereferencing an iterator that has been erased
|
2009-05-02 19:58:57 +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
|
2a200cff00
|
stl: added todo test case about using same iterator with different containers
|
2009-04-29 17:32:38 +02:00 |
Daniel Marjamäki
|
b90fdfed1d
|
changed todo comment to TODO_ASSERT_EQUALS
|
2009-04-28 21:44:31 +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
|
ef54e446db
|
push_back: added a few todo test cases for the checking of push_back
|
2009-04-25 16:32:37 +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
|
aee39ae929
|
refactoring - handling the stlOutOfBounds error message the new way
|
2009-03-21 14:20:10 +01:00 |
Daniel Marjamäki
|
bcad5afb26
|
refactoring - fixed the unit tests
|
2009-03-21 14:02:58 +01:00 |
Daniel Marjamäki
|
3fab99a5cb
|
astyle formatting
|
2009-03-19 19:35:47 +01:00 |
Daniel Marjamäki
|
75171cae08
|
refactoring: fixed the teststl so it is runnable again
|
2009-03-19 19:35:08 +01:00 |
Daniel Marjamäki
|
a573c62cd5
|
refactoring: first step - started with checkstl
|
2009-03-18 22:40:38 +01:00 |
Daniel Marjamäki
|
128215d692
|
Added test case for detecting false positive in the STL size handling
|
2009-03-17 18:54:50 +01: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
|
c1638996f9
|
STL: added check for iterator usage
|
2009-02-10 19:40:21 +00:00 |