.. |
testbufferoverrun.cpp
|
Fixed Ticket #82 (detect buffer overrun; dynamic memory)
|
2009-03-16 18:11:09 +01:00 |
testcharvar.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testclass.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testconstructors.cpp
|
uninitialized const pointer member variables
|
2009-03-12 21:33:10 +01:00 |
testcppcheck.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testdangerousfunctions.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testdivision.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testfilelister.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testfunctionusage.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testincompletestatement.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testmemleak.cpp
|
Improved tokenizer to handle '#' better. Previously everything after # was combined into a single token,
|
2009-03-15 23:09:27 +02:00 |
testmemleakmp.cpp
|
Fixed some memory leaks in test cases
|
2009-03-17 21:59:40 +02:00 |
testother.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testpreprocessor.cpp
|
Fix ticket #191 (semicolon after #endif stop tokenizing of function)
|
2009-03-18 01:10:26 +02:00 |
testredundantif.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testrunner.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testsecurity.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testsimplifytokens.cpp
|
Fix Ticket 180 (Templates: Expanding member functions that are not implemented inline)
|
2009-03-15 20:03:29 +01:00 |
teststl.cpp
|
Added test case for detecting false positive in the STL size handling
|
2009-03-17 18:54:50 +01:00 |
testsuite.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testsuite.h
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |
testtoken.cpp
|
Fixed some memory leaks in test cases
|
2009-03-17 21:59:40 +02:00 |
testtokenize.cpp
|
Fixed tokenizer: "return - 2 ;" --> "return -2 ;"
|
2009-03-18 20:48:06 +02:00 |
testunusedprivfunc.cpp
|
unused private function: better handling of initialization lists in constructors
|
2009-03-02 20:40:24 +00:00 |
testunusedvar.cpp
|
Copyrights updated
|
2009-03-01 19:52:33 +00:00 |